diff --git a/nixos/containers/default.nix b/nixos/containers/default.nix index 32ed1afe..564445f3 100644 --- a/nixos/containers/default.nix +++ b/nixos/containers/default.nix @@ -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; diff --git a/nixos/containers/rdesktop/default.nix b/nixos/containers/rdesktop/default.nix index e4cf0b12..65e4c855 100644 --- a/nixos/containers/rdesktop/default.nix +++ b/nixos/containers/rdesktop/default.nix @@ -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 -" ];