feat(tf): more tailscale tags

This commit is contained in:
arcnmx 2024-09-05 13:51:29 -07:00
parent 08cd0e2203
commit 70e3c0cab4
7 changed files with 214 additions and 22 deletions

View file

@ -8,7 +8,10 @@
nixos.syncthing-kat
];
sops.defaultSopsFile = ./secrets.yaml;
sops = {
defaultSopsFile = ./secrets.yaml;
secrets.tailscale-key.key = "tailscale-key";
};
system.stateVersion = "23.11";
}