mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 17:49: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
|
|
@ -33,9 +33,9 @@
|
|||
};
|
||||
|
||||
custom.services.nebula = {
|
||||
caCertificatePath = ./keys/ca.crt;
|
||||
certificatePath = ./keys/${config.networking.hostName}.crt;
|
||||
privateKeyPath = ./keys/${config.networking.hostName}.key;
|
||||
caCertificateFile = ./keys/ca.crt;
|
||||
certificateFile = ./keys/${config.networking.hostName}.crt;
|
||||
privateKeyFile = ./keys/${config.networking.hostName}.key;
|
||||
};
|
||||
|
||||
networking.extraHosts = lib.mkForce "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue