hermes memory

This commit is contained in:
2026-05-30 19:48:59 -05:00
parent 5f994ccf0a
commit b661acc7f1
10 changed files with 177 additions and 18 deletions
+15
View File
@@ -0,0 +1,15 @@
{
inputs,
pkgs,
username,
...
}:
{
imports = [ inputs.agenix.nixosModules.default ];
age.secrets."hermes-env".file = ./hermes-env.age;
hjem.users.${username}.packages = with pkgs; [
inputs.agenix.packages."${system}".default
];
}