diff --git a/nixos/containers/rdesktop/mounts.nix b/nixos/containers/rdesktop/mounts.nix
index bdfdc8d4..5d22a37a 100644
--- a/nixos/containers/rdesktop/mounts.nix
+++ b/nixos/containers/rdesktop/mounts.nix
@@ -17,4 +17,8 @@
     mountPoint = "/home/albert/.ssh/id_ed25519.pub";
     isReadOnly = true;
   };
+
+  systemd.tmpfiles.rules = [
+    "d /tmp/guacamole 0755 albert albert -"
+  ];
 }
diff --git a/nixos/hosts/framework16/vm-gpu.nix b/nixos/hosts/framework16/vm-gpu.nix
index f247808c..faf55fc3 100644
--- a/nixos/hosts/framework16/vm-gpu.nix
+++ b/nixos/hosts/framework16/vm-gpu.nix
@@ -20,8 +20,8 @@ in {
   ];
 
   systemd.tmpfiles.rules = [
-  "f /dev/shm/looking-glass 0660 albert libvirtd -"
-];
+    "f /dev/shm/looking-glass 0660 albert libvirtd -"
+  ];
 
   boot.kernelParams = [
       "vfio-pci.ids=${lib.concatStringsSep "," devices}"