Various updates
This commit is contained in:
parent
5dce290022
commit
65c01cb2ac
2 changed files with 3 additions and 3 deletions
nixos/containers
|
@ -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;
|
||||
|
||||
|
|
|
@ -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 -"
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue