h: switch to unstable

This commit is contained in:
Aaron Bieber 2022-08-27 07:29:17 -06:00
parent 990db5e67c
commit 1e5371f7e9
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View File

@ -117,7 +117,7 @@
"${nixos-hardware}/common/pc/laptop/ssd"
] "europa";
box = buildSys "x86_64-linux" stable [ ] "box";
h = buildSys "x86_64-linux" stable [ ] "h";
h = buildSys "x86_64-linux" unstable [ ] "h";
faf = buildSys "x86_64-linux" stable [ ] "faf";
litr = buildSys "x86_64-linux" unstable [ ] "litr";
#nerm = buildSys "x86_64-linux" unstable [ ] "nerm";

View File

@ -15,7 +15,7 @@ let
userBase = { openssh.authorizedKeys.keys = pubKeys; };
in {
_module.args.isUnstable = false;
_module.args.isUnstable = true;
imports = [ ./hardware-configuration.nix ];
boot.loader.grub.enable = true;

View File

@ -2,7 +2,7 @@
let
vendorHash = if isUnstable then
""
"sha256-1zBZREClt8jy0TUXJ1FuBEAJEPQoUcl4DZZ6U2LtRzg="
else
"sha256-NIAJKq7TiMessqaohkdHy+j/vBKvMsiPgmnaiNAsGeE=";

View File

@ -2,7 +2,7 @@
let
vendorHash = if isUnstable then
""
"sha256-d8YeLD/BQAB6IC4jvBke9EIKAe+7/MnPgVYztqjU5c4="
else
"sha256-d8YeLD/BQAB6IC4jvBke9EIKAe+7/MnPgVYztqjU5c4=";