tailscale
This commit is contained in:
parent
0f3d4f149e
commit
74fc1213e3
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ # Include the results of the hardware scan.
|
||||
|
@ -288,6 +288,10 @@
|
|||
};
|
||||
|
||||
services = {
|
||||
tailscale = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
samba = {
|
||||
enable = true;
|
||||
shares = {
|
||||
|
|
Loading…
Reference in a new issue