diff options
Diffstat (limited to 'hosts/local/ohira/configuration.nix')
-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 = [ ... ]; |