fix missing semilcon

This commit is contained in:
2023-11-06 14:33:26 +01:00
parent 56282c8ba6
commit aaf92c8953
3 changed files with 3 additions and 3 deletions

View File

@@ -65,7 +65,7 @@
nix.gc = { nix.gc = {
automatic = true; automatic = true;
options = "--delete-older-than 60d"; options = "--delete-older-than 60d";
} };
system.stateVersion = "23.05"; system.stateVersion = "23.05";
} }

View File

@@ -42,7 +42,7 @@
nix.gc = { nix.gc = {
automatic = true; automatic = true;
options = "--delete-older-than 60d"; options = "--delete-older-than 60d";
} };
system.stateVersion = "22.11"; system.stateVersion = "22.11";
} }

View File

@@ -61,7 +61,7 @@
nix.gc = { nix.gc = {
automatic = true; automatic = true;
options = "--delete-older-than 60d"; options = "--delete-older-than 60d";
} };
boot.tmp.cleanOnBoot = true; boot.tmp.cleanOnBoot = true;
zramSwap.enable = true; zramSwap.enable = true;