From 3fd63cadb03d1dfb039da9bb26be87b137699daa Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 6 Oct 2023 14:57:17 +0900 Subject: [PATCH] Test --- nixos/hosts/osaka-vultr-01/default.nix | 2 +- nixos/small.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/hosts/osaka-vultr-01/default.nix b/nixos/hosts/osaka-vultr-01/default.nix index d259871f..8eb19130 100644 --- a/nixos/hosts/osaka-vultr-01/default.nix +++ b/nixos/hosts/osaka-vultr-01/default.nix @@ -34,7 +34,7 @@ enable = true; interfaces = { "wireguard0" = { - ips = [ "10.100.0.1/24 "]; + ips = [ "10.100.0.1/24" ]; listenPort = 51820; postSetup = ''${pkgs.iptables}/bin/iptables -t nat -A POSTROUTING -s 10.100.0.0/24 -o eno3 -j MASQUERADE''; postShutdown = ''${pkgs.iptables}/bin/iptables -t nat -D POSTROUTING -s 10.100.0.0/24 -o eno3 -j MASQUERADE''; diff --git a/nixos/small.nix b/nixos/small.nix index 675e8751..5c846e70 100644 --- a/nixos/small.nix +++ b/nixos/small.nix @@ -23,6 +23,7 @@ duf gnupg screen + btop ]; # Select internationalisation properties.