This commit is contained in:
mjallen18
2025-05-18 19:41:16 -05:00
parent 8d9cd00334
commit 4cd5edfeee
4 changed files with 96 additions and 9 deletions

View File

@@ -7,6 +7,9 @@ in
defaultSopsFile = ../../secrets/secrets.yaml;
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
# ------------------------------
# Secrets
# ------------------------------
secrets = {
"wifi" = { };
"desktop/matt_password" = {
@@ -19,6 +22,7 @@ in
# ------------------------------
# SSH keys
# ------------------------------
"ssh-keys-public/pi4" = {
mode = "0644";
owner = config.users.users."${user}".name;