❄️ Nix configurations
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

prepare sab

A. Ottr 11fe667c 387167c8

+10 -2
+8
modules/nixos/server/media.nix
··· 24 24 25 25 in ["${automount_opts},credentials=${config.age.secrets.mediaUser.path},uid=976,gid=976"]; 26 26 }; 27 + 28 + /* Downloading Linux-ISOs */ 29 + services.sabnzbd = { 30 + enable = true; 31 + openFirewall = true; 32 + user = "media"; 33 + group = "media"; 34 + }; 27 35 }
+2 -2
modules/nixos/server/traefik.nix
··· 38 38 dnschallenge.provider = "cloudflare"; 39 39 }; 40 40 41 - api.dashboard = true; 42 - api.insecure = true; 41 + api.dashboard = false; 42 + api.insecure = false; 43 43 }; 44 44 45 45 dynamicConfigOptions = {