[nixos] Fix deprecation warnings with 22.11

This commit is contained in:
Sebastian Schulze 2022-12-19 15:47:01 +01:00
parent 2dc1f2715d
commit afdd1baec8
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
];
system.stateVersion = "22.05";
nix.autoOptimiseStore = true;
nix.settings.auto-optimise-store = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.config.allowUnfree = true;
@ -251,7 +251,7 @@
};
};
nix.trustedUsers = [ "root" "bascht" ];
nix.settings.trusted-users = [ "root" "bascht" ];
environment.systemPackages = with pkgs; [
home-manager