summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/sif/hw.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/sif/hw.nix b/hosts/sif/hw.nix
index d905bebc..d1fb2934 100644
--- a/hosts/sif/hw.nix
+++ b/hosts/sif/hw.nix
@@ -12,7 +12,7 @@
12 "x-systemd.requires=/dev/disk/by-id/dm-name-sif-nvm0" 12 "x-systemd.requires=/dev/disk/by-id/dm-name-sif-nvm0"
13 "x-systemd.requires=/dev/disk/by-id/dm-name-sif-nvm1" 13 "x-systemd.requires=/dev/disk/by-id/dm-name-sif-nvm1"
14 ]; 14 ];
15 device = "UUID=fe7bdaac-d2f3-4535-a635-e2fb97ef3802"; 15 device = "/dev/disk/by-uuid/fe7bdaac-d2f3-4535-a635-e2fb97ef3802";
16 fsType = "bcachefs"; 16 fsType = "bcachefs";
17 neededForBoot = true; 17 neededForBoot = true;
18 }; 18 };