poseidon: add procps to tailscale path

This commit is contained in:
Antoine Martin 2021-07-13 23:12:34 +02:00
parent 39477a85e7
commit 880d44e570

View file

@ -32,6 +32,9 @@ in
enable = true;
package = pkgs.unstable.tailscale;
};
systemd.services.tailscaled = {
path = [ pkgs.procps ];
};
virtualisation.docker = {
enable = true;