1

Secrets: Add SSH key and kdeconnect secrets

This commit is contained in:
2025-07-12 17:05:31 +02:00
parent 0727dc25ba
commit 0b12d5873e
5 changed files with 25 additions and 11 deletions

View File

@ -91,13 +91,14 @@ with mylib.networking; {
polkit.enable = true;
sops-nix.secrets.${username} = [
"docker-password"
];
sops-nix.bootSecrets.${username} = [
"user-password"
];
sops-nix.secrets.${username} = [
"docker-password"
"ssh-private-key"
];
};
# Enable flakes