add user key to identity paths by default

This commit is contained in:
Tyler Starr 2024-10-16 10:59:05 -07:00
parent f7f959b4c1
commit e9f5890d8b

View File

@ -11,6 +11,9 @@
}; };
}; };
# Add user age key to identity path
age.identityPaths = [ "/home/${user}/.ssh/keys/age" ];
# Add non-free packages # Add non-free packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nixpkgs.overlays = import ../../lib/overlays.nix; nixpkgs.overlays = import ../../lib/overlays.nix;