mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-18 18:36:05 -07:00
add user key to identity paths by default
This commit is contained in:
parent
f7f959b4c1
commit
e9f5890d8b
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user