1
0
Fork 0

fix(dns): fix tmpfs enable

This commit is contained in:
Philipp 2025-05-19 19:56:50 +02:00
parent 5129239a24
commit 0803648cdb
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750

View file

@ -40,7 +40,7 @@ with lib.${namespace};
nh = enabled; nh = enabled;
}; };
system.tmpfs = true; system.tmpfs = enabled;
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [