summaryrefslogtreecommitdiff
path: root/hosts/cez
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-10-31 07:25:38 +0530
committersinanmohd <sinan@sinanmohd.com>2023-10-31 07:25:38 +0530
commit59cff59006b51135877edf8e5d1b3045e406b0c3 (patch)
treecd75141bbd82601d02db35beb49cb052d58152b1 /hosts/cez
parentd52ab922fc4398874f6e066b7707e3d39b7fb119 (diff)
hosts/cez: update partition layout
Diffstat (limited to 'hosts/cez')
-rw-r--r--hosts/cez/hardware-configuration.nix16
1 files changed, 5 insertions, 11 deletions
diff --git a/hosts/cez/hardware-configuration.nix b/hosts/cez/hardware-configuration.nix
index 70ad4aa..a1107c1 100644
--- a/hosts/cez/hardware-configuration.nix
+++ b/hosts/cez/hardware-configuration.nix
@@ -14,24 +14,18 @@
"sd_mod"
"sdhci_pci"
];
- luks.devices = {
- "cryptroot".device = "/dev/disk/by-uuid/445abd75-6887-4b10-8483-a4be94f1fffd";
- "crypthome".device = "/dev/disk/by-uuid/b1f57828-d0c3-4b0b-9d32-5e7e96651eda";
- };
+
+ luks.devices."crypt".device = "/dev/disk/by-uuid/84acd784-caad-41a1-a2e4-39468d01fefd";
};
};
fileSystems = {
- "/" = {
- device = "/dev/disk/by-uuid/1df57eaf-50cd-405d-85ef-ccd1f2649227";
- fsType = "ext4";
- };
"/boot" = {
- device = "/dev/disk/by-uuid/EE3C-1135";
+ device = "/dev/disk/by-uuid/E37E-F611";
fsType = "vfat";
};
- "/home" = {
- device = "/dev/disk/by-uuid/c6649ef3-f96d-4a11-ae20-d8d937d8a8e4";
+ "/" = {
+ device = "/dev/disk/by-uuid/e063c9ad-b48f-4b6c-b94e-4c21d2238bce";
fsType = "ext4";
};
};