mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 16:39: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
|
|
@ -8,7 +8,7 @@
|
|||
{
|
||||
options.custom.programs.ssh = {
|
||||
enable = lib.mkEnableOption "";
|
||||
publicKeyPath = lib.mkOption {
|
||||
publicKeyFile = lib.mkOption {
|
||||
type = lib.types.path;
|
||||
default = "${self}/users/${config.home.username}/@${osConfig.networking.hostName}/keys/ssh.pub";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue