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