poseidon: add procps to tailscale path
This commit is contained in:
parent
39477a85e7
commit
880d44e570
|
@ -32,6 +32,9 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.unstable.tailscale;
|
package = pkgs.unstable.tailscale;
|
||||||
};
|
};
|
||||||
|
systemd.services.tailscaled = {
|
||||||
|
path = [ pkgs.procps ];
|
||||||
|
};
|
||||||
|
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue