diff options
-rw-r--r-- | default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 70d6e5e..a6aa0de 100644 --- a/default.nix +++ b/default.nix @@ -73,6 +73,8 @@ in { }; security.sudo.wheelNeedsPassword = true; boot.cleanTmpDir = true; + boot.isContainer = true; + networking.useDHCP = false; }; } // (buildHaskellApp { name = "Com.InfluencedByBooks"; |