colmena on tailscale
This commit is contained in:
parent
7d4b1ac46d
commit
e87423f4ad
1 changed files with 14 additions and 1 deletions
|
|
@ -4,9 +4,23 @@
|
|||
lib,
|
||||
...
|
||||
}:
|
||||
let
|
||||
p = import ../parameters.nix;
|
||||
in
|
||||
{
|
||||
|
||||
age.secrets.tailscale-authKey.file = ../../secrets/tailscale-authKey.age;
|
||||
|
||||
my = {
|
||||
|
||||
networking = {
|
||||
tailscale = {
|
||||
enable = true;
|
||||
magicDNSDomain = p.domains.tsDns;
|
||||
authKeyFile = config.age.secrets.tailscale-authKey.path;
|
||||
};
|
||||
};
|
||||
|
||||
utils = {
|
||||
commons.enable = true;
|
||||
commons.gc.enable = false;
|
||||
|
|
@ -20,7 +34,6 @@
|
|||
environment = {
|
||||
|
||||
systemPackages = with pkgs; [
|
||||
direnv
|
||||
git
|
||||
just
|
||||
zellij
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue