summaryrefslogtreecommitdiff
path: root/hosts/demiurge/hardware.nix
diff options
context:
space:
mode:
authorvin <vin@vineetk.net>2025-09-20 22:11:24 -0400
committervin <vin@vineetk.net>2025-09-20 22:11:24 -0400
commite34fc237e405e79dff3fa27f6124a4ec4a2e25ea (patch)
tree8f5120162f373e270e40604b93216ccac3636da0 /hosts/demiurge/hardware.nix
parentbd18f4a8f3d5d3d360216bbb01ae83514c28d00c (diff)
a
Diffstat (limited to 'hosts/demiurge/hardware.nix')
-rw-r--r--hosts/demiurge/hardware.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/hosts/demiurge/hardware.nix b/hosts/demiurge/hardware.nix
index 21d7ab3..5fa707c 100644
--- a/hosts/demiurge/hardware.nix
+++ b/hosts/demiurge/hardware.nix
@@ -51,14 +51,8 @@
51 options = [ "zfsutil" ]; 51 options = [ "zfsutil" ];
52 }; 52 };
53 53
54 fileSystems."/data" = {
55 device = "nvme_warm";
56 fsType = "zfs";
57 options = [ "zfsutil" ];
58 };
59
60 fileSystems."/boot" = { 54 fileSystems."/boot" = {
61 device = "/dev/disk/by-uuid/1C01-EE5C"; 55 device = "/dev/disk/by-uuid/B259-F128";
62 fsType = "vfat"; 56 fsType = "vfat";
63 options = [ 57 options = [
64 "fmask=0022" 58 "fmask=0022"