sops: fix home key location

This commit is contained in:
Leonardo Eugênio 2026-02-15 03:09:28 -03:00
parent c978754a52
commit 461685550f

View file

@ -151,7 +151,7 @@
enable = true; enable = true;
}; };
sops.age.keyFile = config.home.homeDirectory + "/.ssh/id_ed25519"; sops.age.sshKeyPaths = [ (config.home.homeDirectory + "/.ssh/id_ed25519") ];
xdg.defaultApplications = { xdg.defaultApplications = {
enable = true; enable = true;