diff --git a/system/Ronin.nix b/system/Ronin.nix index 882f11fb..2276f932 100644 --- a/system/Ronin.nix +++ b/system/Ronin.nix @@ -19,8 +19,5 @@ ''; systemPackages = with pkgs; [ openfortivpn ]; }; - services = { - hardware.bolt.enable = true; - ollama.enable = true; - }; + services.hardware.bolt.enable = true; }