summaryrefslogtreecommitdiff
path: root/hosts/local
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2024-08-29 05:36:51 +0700
committerpolwex <polwex@sortug.com>2024-08-29 05:36:51 +0700
commit6a7fa5ae7c243b3dd1f0d5a4221c3b69a4bdbab7 (patch)
tree92bbcba620a629322e3663c980ed656e339777f7 /hosts/local
parent77925a0afa7c237e99cd69d2a94c47c140483f84 (diff)
m
Diffstat (limited to 'hosts/local')
-rw-r--r--hosts/local/ohira/configuration.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/local/ohira/configuration.nix b/hosts/local/ohira/configuration.nix
index c4a42b0..08ce794 100644
--- a/hosts/local/ohira/configuration.nix
+++ b/hosts/local/ohira/configuration.nix
@@ -229,6 +229,9 @@
ports = [4410];
};
+ services.flatpak.enable = true;
+ services.tailscale.enable = true;
+
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];