feat: add ergon password and set sops key environment variable

This commit is contained in:
2026-04-17 02:37:05 +02:00
parent 402f032c0c
commit 84747ed94b
2 changed files with 6 additions and 3 deletions

View File

@@ -73,6 +73,8 @@ in
age.keyFile = host.sopsAdminKeyPath;
};
home.sessionVariables.SOPS_AGE_KEY_FILE = host.sopsAdminKeyPath;
home.packages = [ pkgs.sops ];
};
}