Skip to content

Commit

Permalink
ibkr-rust-flex
Browse files Browse the repository at this point in the history
  • Loading branch information
Czichy committed Dec 4, 2024
1 parent 32bafa0 commit 2cdd1fa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
26 changes: 13 additions & 13 deletions hosts/HL-1-MRZ-HOST-01/guests/samba.nix
Original file line number Diff line number Diff line change
Expand Up @@ -322,14 +322,14 @@ in {
hasBunker = false;
} {})

(mkCustomShare {
name = "scanned_documents";
path = "/shares/dokumente/scanned_documents";
user = "brother";
validUser = "brother";
group = "czichys";
hasBunker = false;
} {})
# (mkCustomShare {
# name = "scanned_documents";
# path = "/shares/dokumente/scanned_documents";
# user = "brother";
# validUser = "brother";
# group = "czichys";
# hasBunker = false;
# } {})

(mkCustomShare {
name = "bibliothek";
Expand Down Expand Up @@ -365,11 +365,11 @@ in {
group = "czichys";
mode = "0777";
};
"/shares/dokumente/scanned_documents".d = {
user = "brother";
group = "czichys";
mode = "0777";
};
# "/shares/dokumente/scanned_documents".d = {
# user = "brother";
# group = "czichys";
# mode = "0777";
# };
};
};
fileSystems = lib.mkMerge [
Expand Down
3 changes: 2 additions & 1 deletion hosts/HL-1-MRZ-HOST-01/guests/syncthing.nix
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,15 @@ in {
group = "${cfg.group}";

dataDir = "${cfg.dataDir}";
# Don't create default ~/Sync folder
environment.STNODEFAULTFOLDER = "true";

cert = config.age.secrets.syncthingCert.path;
key = config.age.secrets.syncthingKey.path;
# To be able to access the web GUI from other computers, you need to change the
# GUI Listen Address setting from the default 127.0.0.1:8384 to 0.0.0.0:8384.
# You also need to open the port in your local firewall if you have one.
guiAddress = "0.0.0.0:8384";

settings = {
# Disable this on non-servers as the folder has to be manually added
# overrides any devices added or deleted through the WebUI
Expand Down

0 comments on commit 2cdd1fa

Please sign in to comment.