From 65c01cb2ac6215f2bb8fd3801d9cf8bc386cea43 Mon Sep 17 00:00:00 2001 From: albert <albert@sysctl.io> Date: Sun, 23 Feb 2025 20:37:48 -0800 Subject: [PATCH] Various updates --- nixos/containers/default.nix | 1 + nixos/containers/rdesktop/default.nix | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -" ];