Various updates

This commit is contained in:
albert 2025-02-23 20:37:48 -08:00
parent 5dce290022
commit 65c01cb2ac
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 3 additions and 3 deletions
nixos/containers

View file

@ -26,6 +26,7 @@
};
system.stateVersion = "23.11";
# NOTE: Set so I can have copies of the rdesktop container on each host.
networking.hostName = "${hostname}-${host}";
programs.fish.enable = true;

View file

@ -13,9 +13,8 @@
hardware.pulseaudio.extraModules = [ pkgs.pulseaudio-module-xrdp ];
systemd.tmpfiles.rules = [
# "d /home/albert/.config/dconf 0755 albert albert -"
# "d /home/albert/.config 0755 albert albert -"
# "d /home/albert/.ssh albert albert -"
# Creates the folder for the /share folder in Guacamole
# See ./mounts.nix
"d /tmp/guacamole 0755 albert albert -"
];