mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 14:19:08 +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
|
|
@ -15,8 +15,8 @@
|
|||
|
||||
services = {
|
||||
nebula = {
|
||||
publicKeyPath = toString ./keys/nebula.pub;
|
||||
certificatePath = toString ./keys/nebula.crt;
|
||||
publicKeyFile = ./keys/nebula.pub;
|
||||
certificateFile = ./keys/nebula.crt;
|
||||
};
|
||||
|
||||
syncthing = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue