Fix secret permissions

This commit is contained in:
Jan Kremer 2026-03-28 14:05:02 +01:00
parent 3577845679
commit f8ae3b5816
No known key found for this signature in database
3 changed files with 8 additions and 3 deletions

View file

@ -18,7 +18,6 @@
identityPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
secrets."tailscale" = {
file = ../secrets/tailscale.age;
mode = "400";
owner = "tailscale";
};
};