debug sops

This commit is contained in:
2026-03-04 13:50:43 +01:00
parent eafbb6b23b
commit acb84b03db

View File

@@ -1,6 +1,6 @@
{ ... }: { { ... }: {
flake.homeModules.base-usr-ssh-all = { config, ... }: { flake.homeModules.base-usr-ssh-all = { config, ... }: {
home.file.".intern.pub".source = config.sops."users.mo.intern.public".path; home.file.".intern.pub".source = config.sops.secrets."users.mo.intern.public".path;
home.file.".extern".source = config.sops."users.mo.extern.private".path; home.file.".extern".source = config.sops.secrets."users.mo.extern.private".path;
}; };
} }