flake.nix: remove nixpkgs-unstable from nixosConfigurations for the nixos-22.11 upgrade

This commit is contained in:
Astro 2022-11-26 00:16:05 +01:00
parent 572af7e31d
commit 699a043d24
1 changed files with 11 additions and 13 deletions

View File

@ -548,7 +548,7 @@
self.nixosModules.microvm self.nixosModules.microvm
./hosts/auth ./hosts/auth
]; ];
nixpkgs = inputs.nixos-unstable; # nixpkgs = inputs.nixos-unstable;
}; };
broker = nixosSystem' { broker = nixosSystem' {
@ -590,7 +590,7 @@
self.nixosModules.microvm self.nixosModules.microvm
./hosts/gitea ./hosts/gitea
]; ];
nixpkgs = inputs.nixos-unstable; # nixpkgs = inputs.nixos-unstable;
}; };
glotzbert = nixosSystem' { glotzbert = nixosSystem' {
@ -608,7 +608,7 @@
self.nixosModules.microvm self.nixosModules.microvm
./hosts/hedgedoc ./hosts/hedgedoc
]; ];
nixpkgs = inputs.nixos-unstable; # nixpkgs = inputs.nixos-unstable;
}; };
pulsebert = nixosSystem' { pulsebert = nixosSystem' {
@ -624,7 +624,7 @@
}; };
} }
]; ];
nixpkgs = inputs.nixos-unstable; # nixpkgs = inputs.nixos-unstable;
}; };
radiobert = nixosSystem' { radiobert = nixosSystem' {
@ -743,7 +743,7 @@
self.nixosModules.microvm self.nixosModules.microvm
./hosts/grafana ./hosts/grafana
]; ];
nixpkgs = nixos-unstable; # nixpkgs = nixos-unstable;
}; };
hydra = nixosSystem' { hydra = nixosSystem' {
@ -759,7 +759,7 @@
}; };
} }
]; ];
nixpkgs = nixos-unstable; # nixpkgs = nixos-unstable;
}; };
mucbot = nixosSystem' { mucbot = nixosSystem' {
@ -827,7 +827,7 @@
heliwatch.nixosModules.heliwatch heliwatch.nixosModules.heliwatch
./hosts/sdrweb ./hosts/sdrweb
]; ];
nixpkgs = nixos-unstable; # nixpkgs = nixos-unstable;
}; };
bind = nixosSystem' { bind = nixosSystem' {
@ -874,7 +874,6 @@
skyflake.nixosModules.default skyflake.nixosModules.default
{ _module.args = { inherit self; }; } { _module.args = { inherit self; }; }
]; ];
nixpkgs = nixos-unstable;
}; };
server10 = nixosSystem' { server10 = nixosSystem' {
@ -887,7 +886,6 @@
skyflake.nixosModules.default skyflake.nixosModules.default
{ _module.args = { inherit self; }; } { _module.args = { inherit self; }; }
]; ];
nixpkgs = nixos-unstable;
}; };
oparl = nixosSystem' { oparl = nixosSystem' {
@ -937,7 +935,7 @@
}; };
} }
]; ];
nixpkgs = nixos-unstable; # nixpkgs = nixos-unstable;
system = "x86_64-linux"; system = "x86_64-linux";
}; };
@ -953,7 +951,7 @@
self.nixosModules.microvm self.nixosModules.microvm
./hosts/mediawiki ./hosts/mediawiki
]; ];
nixpkgs = nixos-unstable; # nixpkgs = nixos-unstable;
}; };
gnunet = nixosSystem' { gnunet = nixosSystem' {
@ -961,7 +959,7 @@
self.nixosModules.cluster-options self.nixosModules.cluster-options
./hosts/gnunet ./hosts/gnunet
]; ];
nixpkgs = nixos-unstable; # nixpkgs = nixos-unstable;
}; };
zengel = nixosSystem' { zengel = nixosSystem' {
@ -999,7 +997,7 @@
self.nixosModules.cluster-options self.nixosModules.cluster-options
./hosts/owncast ./hosts/owncast
]; ];
nixpkgs = nixos-unstable; # nixpkgs = nixos-unstable;
}; };
}; };