mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 17:34:05 -05:00
tailscale
This commit is contained in:
parent
818951a000
commit
c5f528de8f
2 changed files with 6 additions and 0 deletions
|
|
@ -39,6 +39,7 @@
|
|||
"hosts/common/optional/printing.nix"
|
||||
"hosts/common/optional/docker.nix"
|
||||
"modules/services/ollama"
|
||||
"modules/services/mesh/client.nix"
|
||||
])
|
||||
];
|
||||
|
||||
|
|
|
|||
5
modules/services/mesh/client.nix
Normal file
5
modules/services/mesh/client.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue