From 3ad0d8ff841b5a79c302c0949a0e19d16bc0b12c Mon Sep 17 00:00:00 2001 From: niten Date: Sat, 20 Jan 2024 11:52:35 -0800 Subject: [PATCH] Lol, oops --- lemmy-container.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = {