chore: reduce swap size and have secure boot disabled by default

This commit is contained in:
2025-08-01 18:27:33 +05:00
parent adf7ed5e05
commit ada8fa825a

View File

@@ -25,7 +25,7 @@
_module.args = {
device = "/dev/nvme0n1";
withSwap = true;
swapSize = "64";
swapSize = "4";
label = "nixos";
};
}
@@ -69,8 +69,8 @@
#
hostSpec = {
hostName = "rihla";
useYubikey = lib.mkForce true;
secureBoot = true;
useYubikey = lib.mkForce false;
secureBoot = false;
};
networking = {