mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Replace 127.0.0.1 with localhost
This commit is contained in:
parent
e288bb2bf3
commit
0b2fbc2c6d
8 changed files with 12 additions and 9 deletions
|
|
@ -70,7 +70,7 @@ in
|
|||
group = lib.mkIf (!cfg.isServer) "users";
|
||||
dataDir = lib.mkIf (!cfg.isServer) "/home/seb";
|
||||
|
||||
guiAddress = lib.mkIf cfg.isServer "127.0.0.1:${builtins.toString cfg.gui.port}";
|
||||
guiAddress = lib.mkIf cfg.isServer "localhost:${builtins.toString cfg.gui.port}";
|
||||
|
||||
cert = lib.mkIf useStaticTls config.sops.secrets."syncthing/cert".path;
|
||||
key = lib.mkIf useStaticTls config.sops.secrets."syncthing/key".path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue