chore: reduce swap size and have secure boot disabled by default
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user