summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-11-08 22:36:03 -0800
committerBen Sima <ben@bsima.me>2019-11-11 21:27:32 -0800
commit029241767aaefd1db77956b6b6328631b7dfdcc9 (patch)
treeeed4ff14468099f9f6fd1c6e9404fc2debc2f5c6
parent17ff566f935e8ae9e8f5aa783c05f90205dda745 (diff)
serval: enable containers
-rw-r--r--default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index eb08fa7..2195f58 100644
--- a/default.nix
+++ b/default.nix
@@ -59,6 +59,7 @@ in {
./Com/RunServal/networking.nix
];
networking.hostName = "serval";
+ boot.enableContainers = true;
};
};
Com.InfluencedByBooks = buildOS {