1
0
Fork 0

Fix deprecated options

This commit is contained in:
Daniel Kempkens 2023-04-17 17:11:07 +02:00
parent 7de3048b45
commit ea26be0157
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
4 changed files with 5 additions and 3 deletions

View file

@ -61,7 +61,7 @@ in
generic-extlinux-compatible.enable = true;
};
cleanTmpDir = true;
tmp.cleanOnBoot = true;
};
networking = {

View file

@ -61,7 +61,7 @@ in
environment.etc."nix/netrc".source = ../../secret/shared/nix-netrc;
boot = {
cleanTmpDir = true;
tmp.cleanOnBoot = true;
binfmt.emulatedSystems = [ "aarch64-linux" ];
};

View file

@ -24,6 +24,8 @@ in
../nixos/sabnzbd.nix
../nixos/sonarr.nix
../nixos/radarr.nix
../nixos/container.nix
];
system.stateVersion = "22.11";

View file

@ -90,7 +90,7 @@ in
environment.etc."nix/netrc".source = ../../secret/shared/nix-netrc;
boot = {
cleanTmpDir = true;
tmp.cleanOnBoot = true;
binfmt.emulatedSystems = [ "aarch64-linux" ];
};