From b5e610ef4a0c09e1e348a7e7b5a84fb35af60577 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 8 Oct 2023 17:25:18 +0900 Subject: [PATCH] Update --- nixos/hosts/nixos-rpi4-03/temp.nix | 2 +- nixos/hosts/osaka-vultr-01/xinetd.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/hosts/nixos-rpi4-03/temp.nix b/nixos/hosts/nixos-rpi4-03/temp.nix index e63f918f..62d73726 100644 --- a/nixos/hosts/nixos-rpi4-03/temp.nix +++ b/nixos/hosts/nixos-rpi4-03/temp.nix @@ -1,5 +1,5 @@ {pkgs, lib, config, ...}: { - networking.firewall.interface.wireguard0.allowedTCPPorts = [ 80 443 ]; + networking.firewall.interfaces.wireguard0.allowedTCPPorts = [ 80 443 ]; services.nginx = { enable = true; diff --git a/nixos/hosts/osaka-vultr-01/xinetd.nix b/nixos/hosts/osaka-vultr-01/xinetd.nix index 7f5084e7..d5e832bd 100644 --- a/nixos/hosts/osaka-vultr-01/xinetd.nix +++ b/nixos/hosts/osaka-vultr-01/xinetd.nix @@ -1,9 +1,9 @@ { config, lib, pkgs, ... }: { - networking.firewall.allowedTCPPorts = [ + networking.firewall.interfaces.eno3.allowedTCPPorts = [ 80 443 ]; - + services.xinetd = { enable = true; services = [