weatherzero: switch to stable
This commit is contained in:
parent
0f12c45cd8
commit
fb2c4e3121
@ -238,8 +238,8 @@
|
||||
];
|
||||
};
|
||||
|
||||
weatherzero = buildSys "armv6l" unstable [
|
||||
"${unstable}/nixos/modules/installer/sd-card/sd-image-raspberrypi.nix"
|
||||
weatherzero = buildSys "armv6l" stable [
|
||||
"${stable}/nixos/modules/installer/sd-card/sd-image-raspberrypi.nix"
|
||||
{
|
||||
nixpkgs = {
|
||||
buildPlatform = {
|
||||
|
@ -12,7 +12,7 @@
|
||||
openssh.authorizedKeys.keys = pubKeys ++ config.myconf.managementPubKeys;
|
||||
};
|
||||
in {
|
||||
_module.args.isUnstable = true;
|
||||
_module.args.isUnstable = false;
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user