Remove deploy_key from sops

This commit is contained in:
Sam 2024-07-05 18:56:41 +01:00
parent bd719c72fa
commit 33981eea6d
1 changed files with 0 additions and 3 deletions

View File

@ -21,9 +21,6 @@ in
}; };
secrets = { secrets = {
"passwords/root".neededForUsers = true; "passwords/root".neededForUsers = true;
"ssh_keys/deploy_key/id_ed25519" = {
path = "/etc/ssh/deploy_key-ssh-ed25519";
};
}; };
}; };
} }