Various updates

This commit is contained in:
albert 2025-02-23 13:26:03 -08:00
parent da789b6479
commit a1dbc17bab
Signed by: albert
GPG key ID: 3895DD267CA11BA9
3 changed files with 3 additions and 3 deletions
nixos
base.nix
common/services
containers/rdesktop

View file

@ -1,4 +1,4 @@
{ inputs, lib,hostname, username, desktop, ... }: {
{ hostname, username, ... }: {
imports = [
# NixOS Modules
./common/modules/networking.nix # Initial Networking configs

View file

@ -114,6 +114,6 @@ in {
# Create the folder if it doens't exist
systemd.tmpfiles.rules = [
"d ${config.services.syncthing.folders.logseq.path} - albert albert"
"d ${config.services.syncthing.settings.folders.logseq.path} - albert albert"
];
}

View file

@ -5,7 +5,7 @@
isReadOnly = false;
};
"/shared" = {
hostPath = "/Storage/Data/Docker/sysctl.io/guacamole/guacd/shared";
hostPath = "/tmp/guacamole";
mountPoint = "/shared";
isReadOnly = false;
};