enabled ts on shadowfax and telperion
This commit is contained in:
parent
1ade342932
commit
94c05cf496
2 changed files with 12 additions and 0 deletions
|
@ -135,6 +135,12 @@ in
|
|||
settings = import ./config/soft-serve.nix { };
|
||||
};
|
||||
|
||||
# Tailscale
|
||||
tailscale = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
# VSCode Compatibility Settings
|
||||
vscode-server.enable = true;
|
||||
|
||||
|
|
|
@ -76,6 +76,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Tailscale
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
# System settings and services.
|
||||
mySystem = {
|
||||
purpose = "Production";
|
||||
|
|
Loading…
Reference in a new issue