retic: .. stable
This commit is contained in:
parent
4d034bff2e
commit
83f2944f30
@ -258,7 +258,7 @@
|
||||
nixos-hardware.nixosModules.framework-11th-gen-intel
|
||||
] "stan";
|
||||
weather = buildSys "aarch64-linux" stable [ ] "weather";
|
||||
retic = buildSys "aarch64-linux" unstable [ ] "retic";
|
||||
retic = buildSys "aarch64-linux" stable [ ] "retic";
|
||||
|
||||
faf = buildSys "x86_64-linux" stable [ ./configs/hardened.nix ] "faf";
|
||||
box = buildSys "x86_64-linux" unstable [ ./configs/hardened.nix ] "box";
|
||||
|
@ -9,7 +9,7 @@ let
|
||||
});
|
||||
in
|
||||
{
|
||||
_module.args.isUnstable = true;
|
||||
_module.args.isUnstable = false;
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user