Secrets: Add SSH key and kdeconnect secrets
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user