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

chore: remove initrd host key generation script, this is a simple oneliner anyways

This commit is contained in:
oddlama 2023-05-30 02:45:39 +02:00
parent 04305e5968
commit ece9554e76
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 5 additions and 27 deletions

View file

@ -214,7 +214,7 @@
PresharedKeyFile = config.rekey.secrets.${peerPresharedKeySecret nodeName clientNode}.path;
AllowedIPs = map (net.cidr.make 128) clientCfg.addresses;
}
// optionalAttrs clientCfg.keepalive {
// optionalAttrs clientCfg.client.keepalive {
PersistentKeepalive = 25;
};
})