summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/ymir.nix b/ymir.nix
index c1855cd9..bd1d54e1 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -319,14 +319,14 @@ in rec {
319 }; 319 };
320 320
321 services.customTinc.networks = ((import ./custom/tinc/laeradhr.nix) { 321 services.customTinc.networks = ((import ./custom/tinc/laeradhr.nix) {
322 inherit (pkgs) stdenv nettools openresolv; 322 inherit (pkgs) stdenv nettools openresolv;
323 name = "ymir"; 323 name = "ymir";
324 connect = false; 324 connect = false;
325 useDNS = false; 325 useDNS = false;
326 ipConf = { 326 ipConf = {
327 ip4 = [ { address = "10.142.0.3"; prefixLength = 16; } ]; 327 ip4 = [ { address = "10.142.0.3"; prefixLength = 16; } ];
328 }; 328 };
329 }); 329 });
330 330
331 users.extraUsers."nginx".extraGroups = ["uwsgi"]; 331 users.extraUsers."nginx".extraGroups = ["uwsgi"];
332 332