Lol, oops

This commit is contained in:
niten 2024-01-20 11:52:35 -08:00
parent ea0fdb3d36
commit 3ad0d8ff84
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ let
networks = [ "internal_network" "internal_network" ]; networks = [ "internal_network" "internal_network" ];
}; };
nixos = { nixos = {
useSystemd = { useSystemd = true;
configuration = {
boot.tmp.useTmpfs = true; boot.tmp.useTmpfs = true;
system.nssModules = mkForce [ ]; system.nssModules = mkForce [ ];
services = { services = {