commit 1f541b43a67db932902b4e6fc32f0df2d6037688 parent 25d4aa87c2bb728bbc016c1ffc5426b0d15dffe2 Author: Vincent Demeester <vincent@sbr.pm> Date: Wed, 21 Apr 2021 12:40:28 +0200 systems/wakasu: customize systemd requires,… Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | systems/hosts/wakasu.nix | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/systems/hosts/wakasu.nix b/systems/hosts/wakasu.nix @@ -148,6 +148,10 @@ in endpointPublicKey = endpointPublicKey; }; }; + systemd.services.buildkitd.wantedBy = lib.mkForce [ ]; + systemd.services.containerd.wantedBy = lib.mkForce [ ]; + systemd.services.docker.wantedBy = lib.mkForce [ ]; + systemd.services.docker.requires = [ "containerd.socket" ]; /* virtualisation.containers = { enable = true;