feat(networking): enable tailscale
This commit is contained in:
parent
84ab691a7f
commit
b277018b88
@ -1,5 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
./networking.nix
|
||||
./tailscale.nix
|
||||
];
|
||||
}
|
||||
|
5
system/network/tailscale.nix
Normal file
5
system/network/tailscale.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user