Switch to spotifyd

This commit is contained in:
SebastianStork 2024-04-27 23:05:51 +02:00
parent c170ec09db
commit 4d42f548fd
6 changed files with 71 additions and 4 deletions

View file

@ -11,7 +11,7 @@
config = lib.mkIf config.myConfig.sops.enable {
sops = {
age.sshKeyPaths = ["${config.home.homeDirectory}/.ssh/id_ed25519"];
defaultSopsFile = "${inputs.self}/home/${config.home.username}/secrets.yaml";
defaultSopsFile = "${inputs.self}/users/${config.home.username}/secrets.yaml";
};
};
}