mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +02:00
feat(home-manager/mails): use secrets for passwords
This commit is contained in:
parent
9e09eb8f34
commit
77afc9ae2a
7 changed files with 82 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