diff options
author | azahi <azat@bahawi.net> | 2024-10-10 03:33:47 +0300 |
---|---|---|
committer | azahi <azat@bahawi.net> | 2024-10-10 03:33:47 +0300 |
commit | c6c9929a090aa8022045514e09ecafd57a954c27 (patch) | |
tree | 0a71feedcada203c045f94d01bc2d8b733b067ee /modules/soju.nix | |
parent | 2024-08-20 (diff) |
2024-10-10
Diffstat (limited to 'modules/soju.nix')
-rw-r--r-- | modules/soju.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/soju.nix b/modules/soju.nix index 58bb271..2060eca 100644 --- a/modules/soju.nix +++ b/modules/soju.nix @@ -2,7 +2,6 @@ config, lib, pkgs, - this, ... }: with lib; @@ -16,7 +15,7 @@ in address = mkOption { description = "Address."; type = with types; str; - default = this.wireguard.ipv4.address; + default = ""; }; port = mkOption { |