h: switch to stable
This commit is contained in:
parent
56fd00b7a9
commit
a67b88a0f7
@ -143,7 +143,7 @@
|
|||||||
luna = buildSys "x86_64-linux" stable
|
luna = buildSys "x86_64-linux" stable
|
||||||
[ "${nixos-hardware}/common/cpu/intel" ] "luna";
|
[ "${nixos-hardware}/common/cpu/intel" ] "luna";
|
||||||
h =
|
h =
|
||||||
buildSys "x86_64-linux" unstableSmall [ ./configs/hardened.nix ] "h";
|
buildSys "x86_64-linux" stable [ ./configs/hardened.nix ] "h";
|
||||||
router =
|
router =
|
||||||
buildSys "x86_64-linux" stable [ ./configs/hardened.nix ] "router";
|
buildSys "x86_64-linux" stable [ ./configs/hardened.nix ] "router";
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ let
|
|||||||
});
|
});
|
||||||
|
|
||||||
in {
|
in {
|
||||||
_module.args.isUnstable = true;
|
_module.args.isUnstable = false;
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../modules/gotosocial.nix
|
../../modules/gotosocial.nix
|
||||||
|
Loading…
Reference in New Issue
Block a user