refactor: identityPaths does not need to be specified in NixOS agenix module
This commit is contained in:
parent
f1cf2988f4
commit
fc9f2a89d5
1 changed files with 0 additions and 2 deletions
|
|
@ -3,7 +3,6 @@
|
|||
inputs,
|
||||
lib,
|
||||
system,
|
||||
userName,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
|
@ -11,7 +10,6 @@ let
|
|||
in
|
||||
{
|
||||
config = lib.mkIf config.${feature}.enable {
|
||||
age.identityPaths = [ "/home/${userName}/.ssh/id_ed25519" ];
|
||||
environment.systemPackages = [ inputs.agenix.packages.${system}.default ];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue