diff --git a/lemmy-container.nix b/lemmy-container.nix index 1e47482..16d58aa 100644 --- a/lemmy-container.nix +++ b/lemmy-container.nix @@ -30,7 +30,8 @@ let networks = [ "internal_network" "internal_network" ]; }; nixos = { - useSystemd = { + useSystemd = true; + configuration = { boot.tmp.useTmpfs = true; system.nssModules = mkForce [ ]; services = {