[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 = {
|
boot.initrd = {
|
||||||
availableKernelModules = [ "wireguard" ];
|
availableKernelModules = [ "wireguard" ];
|
||||||
|
postMountCommand = ''
|
||||||
|
ip address flush dev wg-initrd
|
||||||
|
ip link set dev wg-initrd down
|
||||||
|
'';
|
||||||
systemd = {
|
systemd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
network = {
|
network = {
|
||||||
|
|||||||
Reference in New Issue
Block a user