summaryrefslogtreecommitdiff
path: root/hosts/demiurge/hardware.nix
diff options
context:
space:
mode:
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"