1
1
Fork 1
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:
oddlama 2024-11-21 20:16:42 +01:00
parent 90c0b018de
commit 6841242d5f
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -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
]; ];