debug sops

This commit is contained in:
2026-03-04 13:49:54 +01:00
parent b3062a56ee
commit eafbb6b23b

View File

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