mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-01 23:27:18 +02:00
feat(home-manager/mails): use secrets for passwords
This commit is contained in:
parent
08337f3e9c
commit
1fa01d0f7d
2 changed files with 25 additions and 5 deletions
|
@ -23,7 +23,10 @@ with lib;
|
|||
(map (x: ../../home-manager-modules + "/${x}/default.nix") (
|
||||
attrNames (readDir ../../home-manager-modules)
|
||||
))
|
||||
++ [ "${inputs.impermanence}/home-manager.nix" ];
|
||||
++ [
|
||||
"${inputs.impermanence}/home-manager.nix"
|
||||
"${inputs.agenix}/modules/age-home.nix"
|
||||
];
|
||||
home.username = "${name}";
|
||||
home.homeDirectory = "/home/${name}";
|
||||
home.stateVersion = "21.05";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue