1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

Add agenix alias

This commit is contained in:
RGBCube 2024-04-22 16:34:57 +03:00
parent b42ab9860c
commit cdc8875e3b
No known key found for this signature in database
3 changed files with 13 additions and 7 deletions

View file

@ -153,10 +153,6 @@
home-manager.sharedModules = [ ghosttyModule.homeModules.default ];
};
ageNixModule = {
age.identityPaths = [ "/root/.ssh/id" ];
};
optionModules = [
homeManager.nixosModules.default
ageNix.nixosModules.default
@ -168,7 +164,6 @@
optionUsageModules = [
nixpkgsOverlayModule
homeManagerModule
ageNixModule
] ++ collectNixFiles ./modules;
specialArgs = { inherit self inputs keys; };