tailscale

This commit is contained in:
Chris Dombroski 2024-08-19 15:46:50 -04:00
parent 0f3d4f149e
commit d5b290f9cb

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }: { config, pkgs, ... }:
{ {
imports = [ # Include the results of the hardware scan. imports = [ # Include the results of the hardware scan.
@ -288,6 +288,10 @@
}; };
services = { services = {
tailscale = {
enable = true;
openFirewall = true;
}
samba = { samba = {
enable = true; enable = true;
shares = { shares = {