h: switch to stable
This commit is contained in:
parent
56fd00b7a9
commit
a67b88a0f7
@ -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";
|
||||
|
||||
|
@ -21,7 +21,7 @@ let
|
||||
});
|
||||
|
||||
in {
|
||||
_module.args.isUnstable = true;
|
||||
_module.args.isUnstable = false;
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../modules/gotosocial.nix
|
||||
|
Loading…
Reference in New Issue
Block a user