summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-12-28 21:42:54 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-12-28 21:42:54 +0100
commit52dd0fed6c5576cd67fa8e7f2fec69a54a5597d2 (patch)
tree03caa25457831ba5d3a991defd1e60e13ff83606 /hosts
parent641c0ca69962e9d013b6c8d5d7e8449d4e7bf497 (diff)
downloadnixos-52dd0fed6c5576cd67fa8e7f2fec69a54a5597d2.tar
nixos-52dd0fed6c5576cd67fa8e7f2fec69a54a5597d2.tar.gz
nixos-52dd0fed6c5576cd67fa8e7f2fec69a54a5597d2.tar.bz2
nixos-52dd0fed6c5576cd67fa8e7f2fec69a54a5597d2.tar.xz
nixos-52dd0fed6c5576cd67fa8e7f2fec69a54a5597d2.zip
...
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vidhar/zfs.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/vidhar/zfs.nix b/hosts/vidhar/zfs.nix
index 5e1f225b..d2278615 100644
--- a/hosts/vidhar/zfs.nix
+++ b/hosts/vidhar/zfs.nix
@@ -81,19 +81,19 @@ in {
81 { device = "hdd-raid6/safe/home"; 81 { device = "hdd-raid6/safe/home";
82 fsType = "zfs"; 82 fsType = "zfs";
83 options = [ "zfsutil" ]; 83 options = [ "zfsutil" ];
84 } 84 };
85 85
86 "/home/gkleen" = 86 "/home/gkleen" =
87 { device = "hdd-raid6/safe/home/gkleen"; 87 { device = "hdd-raid6/safe/home/gkleen";
88 fsType = "zfs"; 88 fsType = "zfs";
89 options = [ "zfsutil" ]; 89 options = [ "zfsutil" ];
90 } 90 };
91 91
92 "/home/mherold" = 92 "/home/mherold" =
93 { device = "hdd-raid6/safe/home/mherold"; 93 { device = "hdd-raid6/safe/home/mherold";
94 fsType = "zfs"; 94 fsType = "zfs";
95 options = [ "zfsutil" ]; 95 options = [ "zfsutil" ];
96 } 96 };
97 }; 97 };
98 98
99 systemd.services = 99 systemd.services =