Various updates
This commit is contained in:
parent
da789b6479
commit
a1dbc17bab
3 changed files with 3 additions and 3 deletions
nixos
|
@ -1,4 +1,4 @@
|
|||
{ inputs, lib,hostname, username, desktop, ... }: {
|
||||
{ hostname, username, ... }: {
|
||||
imports = [
|
||||
# NixOS Modules
|
||||
./common/modules/networking.nix # Initial Networking configs
|
||||
|
|
|
@ -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"
|
||||
];
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
isReadOnly = false;
|
||||
};
|
||||
"/shared" = {
|
||||
hostPath = "/Storage/Data/Docker/sysctl.io/guacamole/guacd/shared";
|
||||
hostPath = "/tmp/guacamole";
|
||||
mountPoint = "/shared";
|
||||
isReadOnly = false;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue