mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-23 02:59:07 +01:00
Prefer File in option names over Path
This commit is contained in:
parent
ff6db45c0e
commit
ef2b10f22c
6 changed files with 18 additions and 18 deletions
|
|
@ -47,6 +47,6 @@ in
|
|||
|> lib.filter (host: host.config |> lib.hasAttr "home-manager")
|
||||
|> lib.map (host: host.config.home-manager.users.seb.custom.programs.ssh)
|
||||
|> lib.filter (ssh: ssh.enable)
|
||||
|> lib.map (ssh: ssh.publicKeyPath);
|
||||
|> lib.map (ssh: ssh.publicKeyFile);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue