Organize bits better, add OwnTracks

This commit is contained in:
Gene Liverman 2024-06-15 20:42:25 -04:00
parent eb53309c33
commit c68680eff4
7 changed files with 139 additions and 82 deletions

View file

@ -1,20 +0,0 @@
{ username, ... }: {
sops = {
age.keyFile = /home/${username}/.config/sops/age/keys.txt;
defaultSopsFile = ./secrets.yaml;
secrets = {
local_git_config = {
owner = "${username}";
path = "/home/${username}/.gitconfig-local";
};
local_private_env = {
owner = "${username}";
path = "/home/${username}/.private-env";
};
tailscale_key = {
restartUnits = [ "tailscaled-autoconnect.service" ];
};
};
};
}