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,
|
inputs,
|
||||||
lib,
|
lib,
|
||||||
system,
|
system,
|
||||||
userName,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
|
|
@ -11,7 +10,6 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
config = lib.mkIf config.${feature}.enable {
|
config = lib.mkIf config.${feature}.enable {
|
||||||
age.identityPaths = [ "/home/${userName}/.ssh/id_ed25519" ];
|
|
||||||
environment.systemPackages = [ inputs.agenix.packages.${system}.default ];
|
environment.systemPackages = [ inputs.agenix.packages.${system}.default ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue