diff options
author | polwex <polwex@sortug.com> | 2024-08-29 05:36:51 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-08-29 05:36:51 +0700 |
commit | 6a7fa5ae7c243b3dd1f0d5a4221c3b69a4bdbab7 (patch) | |
tree | 92bbcba620a629322e3663c980ed656e339777f7 /hosts/local/ohira | |
parent | 77925a0afa7c237e99cd69d2a94c47c140483f84 (diff) |
m
Diffstat (limited to 'hosts/local/ohira')
-rw-r--r-- | hosts/local/ohira/configuration.nix | 3 |
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 = [ ... ]; |