summaryrefslogtreecommitdiff
path: root/machines/tiny1.nix
diff options
context:
space:
mode:
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";