summaryrefslogtreecommitdiff
path: root/machines/tiny1.nix
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-05-31 06:18:41 -0400
committerKjetil Orbekk <kj@orbekk.com>2022-05-31 06:18:41 -0400
commite3e195c8ca3c9ae0742181ee80d0abb2f7909e15 (patch)
tree0708ac2182f02fe7e5fe90678666f938a04189b9 /machines/tiny1.nix
parent26af4e772bfb323ca83ea729d3f2a699289b775c (diff)
Update dns
Diffstat (limited to 'machines/tiny1.nix')
-rw-r--r--machines/tiny1.nix1
1 files changed, 1 insertions, 0 deletions
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";