[fanny] flush wg-initd
Some checks failed
Check flake syntax / flake-check (push) Failing after 2m52s
Some checks failed
Check flake syntax / flake-check (push) Failing after 2m52s
This commit is contained in:
@@ -91,6 +91,10 @@ in
|
||||
|
||||
boot.initrd = {
|
||||
availableKernelModules = [ "wireguard" ];
|
||||
postMountCommand = ''
|
||||
ip address flush dev wg-initrd
|
||||
ip link set dev wg-initrd down
|
||||
'';
|
||||
systemd = {
|
||||
enable = true;
|
||||
network = {
|
||||
|
||||
Reference in New Issue
Block a user