feat: upgrade nixos master cluster to nixpkgs 25.05

This commit is contained in:
2025-10-11 21:04:05 +05:00
parent f9ca0fc969
commit 56a13da975
4 changed files with 13 additions and 13 deletions

View File

@@ -8,11 +8,10 @@
imports = [ ./hardware-configuration.nix ];
nix = {
package = pkgs.nixFlakes;
settings.require-sigs = false;
extraOptions = ''
experimental-features = nix-command flakes
'';
settings = {
require-sigs = false;
experimental-features = [ "nix-command" "flakes" ];
};
};
# Use the systemd-boot EFI boot loader.