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