From 5f064118e611a45513eabcc57b0e0dde11c07cdb Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad Date: Sat, 18 Oct 2025 13:17:17 +0000 Subject: [PATCH] [nidaros] Use 25.11 Unstable --- hosts/nidaros/default.nix | 2 ++ systems.nix | 1 + 2 files changed, 3 insertions(+) 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 = {