1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: various minor updates

This commit is contained in:
oddlama 2024-01-12 15:54:55 +01:00
parent bf476d5be7
commit 4241f53f66
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 8 additions and 9 deletions

View file

@ -18,9 +18,8 @@ in {
persist = true;
type = "memfile";
};
valid-lifetime = 4000;
renew-timer = 1000;
rebind-timer = 2000;
valid-lifetime = 86400;
renew-timer = 3600;
interfaces-config = {
# XXX: BUG: why does this bind other macvtaps?
interfaces = ["lan-self"];