containers/fluorite: socks5 via tailscale
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
This commit is contained in:
parent
4b19491ec7
commit
20b5d96686
6 changed files with 33 additions and 3 deletions
|
|
@ -20,7 +20,7 @@
|
|||
./configuration.nix
|
||||
{
|
||||
networking.useHostResolvConf = false;
|
||||
networking.nameservers = [ host ];
|
||||
networking.nameservers = [ 8.8.8.8 ];
|
||||
}
|
||||
];
|
||||
in {
|
||||
|
|
@ -97,6 +97,11 @@
|
|||
mountPoint = "/binds/slskd_env";
|
||||
isReadOnly = true;
|
||||
};
|
||||
bindMounts."tailscale_auth" = {
|
||||
hostPath = config.age.secrets.tailscale_auth.path;
|
||||
mountPoint = "/binds/tailscale_auth";
|
||||
isReadOnly = true;
|
||||
};
|
||||
# flake = "path:" + ./.;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue