diff --git a/hosts/plexy/default.nix b/hosts/plexy/default.nix index 9f49350..1c50fec 100644 --- a/hosts/plexy/default.nix +++ b/hosts/plexy/default.nix @@ -81,6 +81,8 @@ }; }; + virtualisation.docker.enable = true; + services = { openssh = { enable = true;