diff --git a/system/Ronin.nix b/system/Ronin.nix index 75bb8ec5..7287702d 100644 --- a/system/Ronin.nix +++ b/system/Ronin.nix @@ -21,8 +21,5 @@ ''; systemPackages = with pkgs; [ openfortivpn ]; }; - services = { - hardware.bolt.enable = true; - ollama.enable = true; - }; + services.hardware.bolt.enable = true; }