diff --git a/hosts/nidaros/default.nix b/hosts/nidaros/default.nix index 8372b60..127a66e 100644 --- a/hosts/nidaros/default.nix +++ b/hosts/nidaros/default.nix @@ -11,4 +11,6 @@ ./postgres.nix ./security ]; + + programs.nh.flake = lib.mkForce null; } diff --git a/systems.nix b/systems.nix index 4394cce..a2d244f 100644 --- a/systems.nix +++ b/systems.nix @@ -38,6 +38,7 @@ builtins.mapAttrs (_hostName: systemConfig: defaultConfig // systemConfig) { address.private = common.localIpAddr 228; git.signing.key = "4E323F914029E976"; nixos.channel = "unstable"; + version = "25.11"; }; # Samsung S23 FE localhost-y4maoyqm = {