diff --git a/hosts/server9/hardware-configuration.nix b/hosts/server9/hardware-configuration.nix index 9eef90c1..cbc49fc5 100644 --- a/hosts/server9/hardware-configuration.nix +++ b/hosts/server9/hardware-configuration.nix @@ -54,12 +54,30 @@ options = [ "zfsutil" ]; }; + fileSystems."/tank/erisbert" = + { device = "tank/erisbert"; + fsType = "zfs"; + options = [ "zfsutil" ]; + }; + + fileSystems."/tank/shits-and-giggles" = + { device = "tank/shits-and-giggles"; + fsType = "zfs"; + options = [ "zfsutil" ]; + }; + fileSystems."/tank/storage/ftp" = { device = "tank/storage/ftp"; fsType = "zfs"; options = [ "zfsutil" ]; }; + fileSystems."/tank/storage/sshlog" = + { device = "tank/storage/sshlog"; + fsType = "zfs"; + options = [ "zfsutil" ]; + }; + fileSystems."/tank/storage/stream" = { device = "tank/storage/stream"; fsType = "zfs";