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