weather: switch to unstable
This commit is contained in:
parent
9a7eb474e5
commit
347b39c697
@ -138,10 +138,10 @@
|
|||||||
h = buildSys "x86_64-linux" unstableSmall [ ] "h";
|
h = buildSys "x86_64-linux" unstableSmall [ ] "h";
|
||||||
stan = buildSys "x86_64-linux" unstable
|
stan = buildSys "x86_64-linux" unstable
|
||||||
[ nixos-hardware.nixosModules.framework ] "stan";
|
[ nixos-hardware.nixosModules.framework ] "stan";
|
||||||
weather = buildSys "aarch64-linux" stable
|
weather = buildSys "aarch64-linux" unstable
|
||||||
[ nixos-hardware.nixosModules.raspberry-pi-4 ] "weather";
|
[ nixos-hardware.nixosModules.raspberry-pi-4 ] "weather";
|
||||||
|
|
||||||
weatherInstall = stable.lib.nixosSystem {
|
weatherInstall = unstable.lib.nixosSystem {
|
||||||
system = "aarch64-linux";
|
system = "aarch64-linux";
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
|
@ -8,7 +8,7 @@ let
|
|||||||
];
|
];
|
||||||
userBase = { openssh.authorizedKeys.keys = pubKeys; };
|
userBase = { openssh.authorizedKeys.keys = pubKeys; };
|
||||||
in {
|
in {
|
||||||
_module.args.isUnstable = false;
|
_module.args.isUnstable = true;
|
||||||
imports = [ ./hardware-configuration.nix ];
|
imports = [ ./hardware-configuration.nix ];
|
||||||
|
|
||||||
defaultUsers.enable = false;
|
defaultUsers.enable = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user