From 699a043d2491bb105d80b794808ac9826af235d4 Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 26 Nov 2022 00:16:05 +0100 Subject: [PATCH] flake.nix: remove nixpkgs-unstable from nixosConfigurations for the nixos-22.11 upgrade --- flake.nix | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/flake.nix b/flake.nix index ee47600c..54658942 100644 --- a/flake.nix +++ b/flake.nix @@ -548,7 +548,7 @@ self.nixosModules.microvm ./hosts/auth ]; - nixpkgs = inputs.nixos-unstable; + # nixpkgs = inputs.nixos-unstable; }; broker = nixosSystem' { @@ -590,7 +590,7 @@ self.nixosModules.microvm ./hosts/gitea ]; - nixpkgs = inputs.nixos-unstable; + # nixpkgs = inputs.nixos-unstable; }; glotzbert = nixosSystem' { @@ -608,7 +608,7 @@ self.nixosModules.microvm ./hosts/hedgedoc ]; - nixpkgs = inputs.nixos-unstable; + # nixpkgs = inputs.nixos-unstable; }; pulsebert = nixosSystem' { @@ -624,7 +624,7 @@ }; } ]; - nixpkgs = inputs.nixos-unstable; + # nixpkgs = inputs.nixos-unstable; }; radiobert = nixosSystem' { @@ -743,7 +743,7 @@ self.nixosModules.microvm ./hosts/grafana ]; - nixpkgs = nixos-unstable; + # nixpkgs = nixos-unstable; }; hydra = nixosSystem' { @@ -759,7 +759,7 @@ }; } ]; - nixpkgs = nixos-unstable; + # nixpkgs = nixos-unstable; }; mucbot = nixosSystem' { @@ -827,7 +827,7 @@ heliwatch.nixosModules.heliwatch ./hosts/sdrweb ]; - nixpkgs = nixos-unstable; + # nixpkgs = nixos-unstable; }; bind = nixosSystem' { @@ -874,7 +874,6 @@ skyflake.nixosModules.default { _module.args = { inherit self; }; } ]; - nixpkgs = nixos-unstable; }; server10 = nixosSystem' { @@ -887,7 +886,6 @@ skyflake.nixosModules.default { _module.args = { inherit self; }; } ]; - nixpkgs = nixos-unstable; }; oparl = nixosSystem' { @@ -937,7 +935,7 @@ }; } ]; - nixpkgs = nixos-unstable; + # nixpkgs = nixos-unstable; system = "x86_64-linux"; }; @@ -953,7 +951,7 @@ self.nixosModules.microvm ./hosts/mediawiki ]; - nixpkgs = nixos-unstable; + # nixpkgs = nixos-unstable; }; gnunet = nixosSystem' { @@ -961,7 +959,7 @@ self.nixosModules.cluster-options ./hosts/gnunet ]; - nixpkgs = nixos-unstable; + # nixpkgs = nixos-unstable; }; zengel = nixosSystem' { @@ -999,7 +997,7 @@ self.nixosModules.cluster-options ./hosts/owncast ]; - nixpkgs = nixos-unstable; + # nixpkgs = nixos-unstable; }; };