sops debugging

This commit is contained in:
2026-03-04 14:45:21 +01:00
parent 671bfed8e5
commit a664edfc9c

View File

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