about summary refs log tree commit diff
path: root/modules/soju.nix
diff options
context:
space:
mode:
authorazahi <azat@bahawi.net>2024-10-10 03:33:47 +0300
committerazahi <azat@bahawi.net>2024-10-10 03:33:47 +0300
commitc6c9929a090aa8022045514e09ecafd57a954c27 (patch)
tree0a71feedcada203c045f94d01bc2d8b733b067ee /modules/soju.nix
parent2024-08-20 (diff)
2024-10-10
Diffstat (limited to '')
-rw-r--r--modules/soju.nix3
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 {

Consider giving Nix/NixOS a try! <3