Skip to content

Commit

Permalink
fixup! [OPS-1514] Remove obsolete docker options
Browse files Browse the repository at this point in the history
  • Loading branch information
karandit committed Dec 18, 2023
1 parent 064c58d commit 88b2066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/wasat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ in {
};

# dnsmasq needs wireguard interface
systemd.services.dnsmasq.after = [ "wireguard-wg-serokell.service" ];
systemd.services.dnsmasq.after = [ "wireguard-wg-serokell.service" "efi.mount"];
}

0 comments on commit 88b2066

Please sign in to comment.