diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 839f852..11953ad 100755 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -60,7 +60,7 @@ }; # Services - Mosh - services.mosh.enable = true; + programs.mosh.enable = true; # Services - Nginx services.nginx = {