Spotifyd is broken until some upstream stuff is fixed.
This commit is contained in:
Annika Merris 2024-08-13 22:12:47 -04:00
parent 5930e0e43f
commit e9456bac07
6 changed files with 31 additions and 25 deletions

View file

@ -33,6 +33,9 @@ inputs.nixpkgs.lib.nixosSystem {
defaultSopsFile = ../../secrets/secrets.yaml;
defaultSopsFormat = "yaml";
age.keyFile = "/home/annika/.config/sops/age/keys.txt";
age.sshKeyPaths = [
"/etc/ssh/ssh_host_ed25519_key"
];
};
# TODO: Temporary, remove eventually!

View file

@ -37,6 +37,9 @@ inputs.nixpkgs.lib.nixosSystem {
defaultSopsFile = ../../secrets/secrets.yaml;
defaultSopsFormat = "yaml";
age.keyFile = "/home/annika/.config/sops/age/keys.txt";
age.sshKeyPaths = [
"/home/annika/.ssh/id_ed25519"
];
};
# TODO: Temporary, remove eventually!