Enable flakes on garden.
This commit is contained in:
parent
857e7b6a07
commit
d9f7ff97fc
1 changed files with 9 additions and 0 deletions
|
@ -10,8 +10,17 @@
|
|||
../../roles/syncthing.nix
|
||||
];
|
||||
|
||||
services.openssh.openFirewall = false;
|
||||
|
||||
boot.tmp.cleanOnBoot = true;
|
||||
zramSwap.enable = true;
|
||||
networking.hostName = "GARDEN";
|
||||
|
||||
# Enable the Flakes feature and the accompanying new nix command-line tool
|
||||
nix.settings.experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue