diff options
| author | Kleidi Bujari <mail@4kb.net> | 2025-03-03 11:48:26 -0500 |
|---|---|---|
| committer | Kleidi Bujari <mail@4kb.net> | 2025-03-03 11:48:26 -0500 |
| commit | ed979a450a37fd9761c1ba8393e4ee9dd243b81d (patch) | |
| tree | 5789e5c2ff6215032e745c95949ca35ffa8cd7ca /machines/radon | |
| parent | ce6292c27207a7359e839d870a141b922aeb754e (diff) | |
| download | depot-ed979a450a37fd9761c1ba8393e4ee9dd243b81d.tar.gz depot-ed979a450a37fd9761c1ba8393e4ee9dd243b81d.tar.bz2 depot-ed979a450a37fd9761c1ba8393e4ee9dd243b81d.zip | |
early feb sprint
Diffstat (limited to 'machines/radon')
| -rw-r--r-- | machines/radon/default.nix | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/machines/radon/default.nix b/machines/radon/default.nix index e1a62e5..59a4042 100644 --- a/machines/radon/default.nix +++ b/machines/radon/default.nix @@ -15,7 +15,7 @@ in imports = [ common-cpu-intel common-gpu-intel - ./jellyfin.nix + # ./jellyfin.nix ./pxeboot.nix ]; @@ -27,24 +27,13 @@ in "net.ipv6.conf.all.forwarding" = true; }; - services.unbound.settings.server = { - interface = [ "10.88.88.2" ]; - access-control = [ - "10.88.88.0/24 allow" - ]; - }; - - networking.firewall.interfaces.plaza = { - allowedTCPPorts = [ 53 ]; - allowedUDPPorts = [ 53 ]; - }; - users.groups.media.gid = 2000; boot.zfs.pools.radon.devNodes = "/dev/disk/by-id/"; boot.zfs.extraPools = [ "radon" ]; services.nfs.server.enable = true; + networking.firewall.allowedTCPPorts = [ 2049 ]; xnet = { disk = { |
