update tmpfile rules

This commit is contained in:
albert 2025-02-23 18:13:36 -08:00
parent 2dd6badfaf
commit 61e682c80d
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 4 additions and 9 deletions
nixos/containers/rdesktop

View file

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

View file

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