Testing
This commit is contained in:
parent
1863504ddc
commit
da789b6479
1 changed files with 8 additions and 0 deletions
|
@ -12,6 +12,14 @@
|
|||
|
||||
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 users -"
|
||||
# Create empty file with proper permissions
|
||||
"f /home/albert/.config/dconf/user.UMZ112 0644 albert users -"
|
||||
];
|
||||
|
||||
services.xrdp = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue