mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 12:03:11 -05:00
Sync
Spotifyd is broken until some upstream stuff is fixed.
This commit is contained in:
parent
5930e0e43f
commit
e9456bac07
6 changed files with 31 additions and 25 deletions
|
|
@ -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!
|
||||
|
|
|
|||
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue