diff --git a/hosts/perso-desktop/configuration.nix b/hosts/perso-desktop/configuration.nix index 3cddb29..f931f79 100644 --- a/hosts/perso-desktop/configuration.nix +++ b/hosts/perso-desktop/configuration.nix @@ -36,7 +36,6 @@ }; server = { - ollama.enable = true; distrobox.enable = true; }; }; diff --git a/hosts/perso-laptop/configuration.nix b/hosts/perso-laptop/configuration.nix index 0a25108..37c845a 100644 --- a/hosts/perso-laptop/configuration.nix +++ b/hosts/perso-laptop/configuration.nix @@ -47,9 +47,5 @@ printing.enable = true; waydroid.enable = true; }; - - server = { - ollama.enable = true; - }; }; } diff --git a/hosts/pro-laptop/configuration.nix b/hosts/pro-laptop/configuration.nix index b71526e..3c57635 100644 --- a/hosts/pro-laptop/configuration.nix +++ b/hosts/pro-laptop/configuration.nix @@ -49,7 +49,6 @@ }; server = { - ollama.enable = true; distrobox.enable = true; }; };