mirror of
https://github.com/oddlama/nixos-extra-modules.git
synced 2025-10-10 22:00:39 +02:00
fix: typo in warning message
This commit is contained in:
parent
90c0b018de
commit
6841242d5f
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ in {
|
||||||
This will siginificantly increase evaluation times. Please consider pre-evaluating
|
This will siginificantly increase evaluation times. Please consider pre-evaluating
|
||||||
this information by exposing it in your flake:
|
this information by exposing it in your flake:
|
||||||
|
|
||||||
wireguardEvalCache.${wgName} = lib.wireguard.createEvalCache inputs [
|
wireguardEvalCache = lib.wireguard.createEvalCache inputs [
|
||||||
"${wgName}"
|
"${wgName}"
|
||||||
# all other networks
|
# all other networks
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue