Fix deprecated options
This commit is contained in:
parent
7de3048b45
commit
ea26be0157
4 changed files with 5 additions and 3 deletions
|
@ -61,7 +61,7 @@ in
|
|||
generic-extlinux-compatible.enable = true;
|
||||
};
|
||||
|
||||
cleanTmpDir = true;
|
||||
tmp.cleanOnBoot = true;
|
||||
};
|
||||
|
||||
networking = {
|
||||
|
|
|
@ -61,7 +61,7 @@ in
|
|||
environment.etc."nix/netrc".source = ../../secret/shared/nix-netrc;
|
||||
|
||||
boot = {
|
||||
cleanTmpDir = true;
|
||||
tmp.cleanOnBoot = true;
|
||||
|
||||
binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
};
|
||||
|
|
|
@ -24,6 +24,8 @@ in
|
|||
../nixos/sabnzbd.nix
|
||||
../nixos/sonarr.nix
|
||||
../nixos/radarr.nix
|
||||
|
||||
../nixos/container.nix
|
||||
];
|
||||
|
||||
system.stateVersion = "22.11";
|
||||
|
|
|
@ -90,7 +90,7 @@ in
|
|||
environment.etc."nix/netrc".source = ../../secret/shared/nix-netrc;
|
||||
|
||||
boot = {
|
||||
cleanTmpDir = true;
|
||||
tmp.cleanOnBoot = true;
|
||||
|
||||
binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue