Update systemd tmpfiles for containres

This commit is contained in:
albert 2025-02-23 18:12:07 -08:00
parent 220d5cf25e
commit 2dd6badfaf
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 6 additions and 2 deletions
nixos
containers/rdesktop
hosts/framework16

View file

@ -17,4 +17,8 @@
mountPoint = "/home/albert/.ssh/id_ed25519.pub";
isReadOnly = true;
};
systemd.tmpfiles.rules = [
"d /tmp/guacamole 0755 albert albert -"
];
}

View file

@ -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}"