update tmpfile rules
This commit is contained in:
parent
2dd6badfaf
commit
61e682c80d
2 changed files with 4 additions and 9 deletions
nixos/containers/rdesktop
|
@ -12,12 +12,11 @@
|
|||
|
||||
hardware.pulseaudio.extraModules = [ pkgs.pulseaudio-module-xrdp ];
|
||||
|
||||
# Testing fixes for home-manager
|
||||
systemd.tmpfiles.rules = [
|
||||
# Create parent directory first
|
||||
"d /home/albert/.config/dconf 0755 albert albert -"
|
||||
"d /home/albert/.config 0755 albert albert -"
|
||||
"d /home/albert/.ssh albert albert -"
|
||||
# "d /home/albert/.config/dconf 0755 albert albert -"
|
||||
# "d /home/albert/.config 0755 albert albert -"
|
||||
# "d /home/albert/.ssh albert albert -"
|
||||
"d /tmp/guacamole 0755 albert albert -"
|
||||
];
|
||||
|
||||
# Import home-manager
|
||||
|
|
|
@ -17,8 +17,4 @@
|
|||
mountPoint = "/home/albert/.ssh/id_ed25519.pub";
|
||||
isReadOnly = true;
|
||||
};
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /tmp/guacamole 0755 albert albert -"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue