feat: Rihla | prepare for impermanence

This commit is contained in:
2025-02-16 17:32:37 +05:00
parent 74a4772ad9
commit ecce02959b
3 changed files with 37 additions and 8 deletions

View File

@@ -25,7 +25,12 @@
# ========= Disk Layout =========
#
inputs.disko.nixosModules.disko
(lib.custom.relativeToRoot "hosts/common/disks/rihla.nix")
(lib.custom.relativeToRoot "hosts/common/disks/rihla.nix") {
device = "/dev/nvme0n1";
withSwap = true;
swapSize = 64;
label = "nixos";
}
#
# ========= Required Configs =========
@@ -67,6 +72,7 @@
#
hostSpec = {
hostName = "rihla";
useYubikey = lib.mkForce true;
};
networking = {