summaryrefslogtreecommitdiff
path: root/hosts/vidhar/zfs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar/zfs.nix')
-rw-r--r--hosts/vidhar/zfs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/zfs.nix b/hosts/vidhar/zfs.nix
index 3beef836..a7ae3aaf 100644
--- a/hosts/vidhar/zfs.nix
+++ b/hosts/vidhar/zfs.nix
@@ -30,7 +30,7 @@ in {
30 config = { 30 config = {
31 fileSystems = { 31 fileSystems = {
32 "/boot" = 32 "/boot" =
33 { device = "boot"; 33 { device = "boot2";
34 fsType = "zfs"; 34 fsType = "zfs";
35 }; 35 };
36 36