about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-08-02 20:39:01 +0200
committerProfpatsch <mail@profpatsch.de>2016-08-02 20:39:25 +0200
commit443cc41c9a6c9a1877243b527e17798e3540bd97 (patch)
tree759eb367fd670323dc0ea69fc96467b6a3628c8c /machines/profpatsch
parent6f19950366fc8fd994e3e280177de93b2c0c93e1 (diff)
machines/katara: disable containers
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/katara.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index d6b07763..d0e23b45 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -318,6 +318,8 @@ in {
     # fix for emacs ssh
     programs.bash.promptInit = "PS1=\"# \"";
 
+    # containers are currently broken TODO
+    boot.enableContainers = false;
     ################
     # User services
     systemd.user = {