diff --git a/hosts/tanzanite/default.nix b/hosts/tanzanite/default.nix index b974796..bd5176e 100644 --- a/hosts/tanzanite/default.nix +++ b/hosts/tanzanite/default.nix @@ -183,6 +183,12 @@ in { options = [ "subvol=@docker-containers" "compress=zstd" ]; }; + fileSystems."/opt/services" = { + device = "/dev/disk/by-uuid/0acaee69-07df-45f3-a2f4-65e2f3fda529"; + fsType = "btrfs"; + options = [ "subvol=@services" "compress=zstd" ]; + }; + fileSystems."/opt/www" = { device = "/dev/disk/by-uuid/0acaee69-07df-45f3-a2f4-65e2f3fda529"; fsType = "btrfs";