h: switch to stable

This commit is contained in:
Aaron Bieber 2022-11-01 07:00:48 -06:00
parent 56fd00b7a9
commit a67b88a0f7
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@
luna = buildSys "x86_64-linux" stable
[ "${nixos-hardware}/common/cpu/intel" ] "luna";
h =
buildSys "x86_64-linux" unstableSmall [ ./configs/hardened.nix ] "h";
buildSys "x86_64-linux" stable [ ./configs/hardened.nix ] "h";
router =
buildSys "x86_64-linux" stable [ ./configs/hardened.nix ] "router";

View File

@ -21,7 +21,7 @@ let
});
in {
_module.args.isUnstable = true;
_module.args.isUnstable = false;
imports = [
./hardware-configuration.nix
../../modules/gotosocial.nix