diff --git a/hosts/muho/hardware-configuration.nix b/hosts/muho/hardware-configuration.nix index 1240cd0..6c234f6 100644 --- a/hosts/muho/hardware-configuration.nix +++ b/hosts/muho/hardware-configuration.nix @@ -65,6 +65,12 @@ options = [ "subvol=base" "compress=zstd" "noatime" ]; }; + fileSystems."/srv" = { + device = "/dev/disk/by-uuid/9067ce83-2520-4543-8b7f-38949e1b8b8b"; + fsType = "btrfs"; + options = [ "subvol=base" "compress=zstd" "noatime" ]; + }; + fileSystems."/storage1" = { device = "storage1"; fsType = "zfs";