rico0: block requires wireguard
This commit is contained in:
parent
48ba89dd87
commit
c1cb4ca433
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ _: {
|
|||
];
|
||||
};
|
||||
};
|
||||
systemd.services.blocky.unitConfig.Requires = "wireguard-wg0.service";
|
||||
systemd.services.blocky.unitConfig.After = [ "wireguard-wg0.service" ];
|
||||
services.blocky = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue