weatherzero: switch to stable

This commit is contained in:
Aaron Bieber 2023-07-19 10:58:08 -06:00
parent 0f12c45cd8
commit fb2c4e3121
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -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 = {

View File

@ -12,7 +12,7 @@
openssh.authorizedKeys.keys = pubKeys ++ config.myconf.managementPubKeys;
};
in {
_module.args.isUnstable = true;
_module.args.isUnstable = false;
imports = [
./hardware-configuration.nix
];