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
./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;
};
};