Things
This commit is contained in:
parent
df63ea2968
commit
a1d45d7303
21 changed files with 202 additions and 142 deletions
|
@ -34,7 +34,13 @@
|
|||
home-manager.users.ccr.imports = [
|
||||
doomEmacs.hmModule
|
||||
];
|
||||
age.identityPaths = ["/home/ccr/.ssh/id_rsa"];
|
||||
age = {
|
||||
identityPaths = ["/home/ccr/.ssh/id_rsa"];
|
||||
secrets = lib.mapAttrs' (name: _: {
|
||||
name = lib.removeSuffix ".age" (builtins.baseNameOf name);
|
||||
value.file = ./.. + "/${name}";
|
||||
}) (import ../secrets);
|
||||
};
|
||||
nixpkgs.overlays = [agenix.overlay comma.overlays.default];
|
||||
}
|
||||
(../hosts + "/${name}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue