mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 11:39:19 +00:00
tailscale
This commit is contained in:
parent
961d41b9bf
commit
c558bad713
15 changed files with 106 additions and 15 deletions
|
|
@ -7,7 +7,13 @@
|
|||
}: let
|
||||
inherit (inputs.self.nixosModules) keys;
|
||||
in {
|
||||
services.remote-deploy = {
|
||||
c.services.mesh = {
|
||||
enable = true;
|
||||
exitNode = true;
|
||||
keyFile = config.age.secrets.mesh-conf-infra.path;
|
||||
};
|
||||
|
||||
c.services.remote-deploy = {
|
||||
enable = true;
|
||||
host = "media.cleslie.uk";
|
||||
port = 62480;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue