Update systemd tmpfiles for containres
This commit is contained in:
parent
220d5cf25e
commit
2dd6badfaf
2 changed files with 6 additions and 2 deletions
nixos
|
@ -17,4 +17,8 @@
|
|||
mountPoint = "/home/albert/.ssh/id_ed25519.pub";
|
||||
isReadOnly = true;
|
||||
};
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /tmp/guacamole 0755 albert albert -"
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue