From e3e195c8ca3c9ae0742181ee80d0abb2f7909e15 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 31 May 2022 06:18:41 -0400 Subject: Update dns --- machines/tiny1.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines') diff --git a/machines/tiny1.nix b/machines/tiny1.nix index 66a2c2a..1ca2837 100644 --- a/machines/tiny1.nix +++ b/machines/tiny1.nix @@ -5,6 +5,7 @@ orbekk.simple-firewall.enable = true; orbekk.simple-firewall.allowedTCPPorts = [ 22 ]; + orbekk.vpn.enable = true; nix.gc.automatic = true; nix.gc.options = "--delete-older-than 14d"; -- cgit v1.2.3