setup local llms with websearch

This commit is contained in:
2025-11-06 12:00:23 +01:00
parent 2cbbbddcab
commit 9ba39dbff4
10 changed files with 64 additions and 31 deletions

View File

@@ -13,7 +13,6 @@
../../modules/networking/networkmanager.nix
../../modules/networking/bluetooth.nix
../../modules/system/locale.nix
# ../../modules/system/suspend-and-hibernate.nix
../../modules/system/nvidia.nix
../../modules/system/audio.nix
../../modules/system/printing.nix
@@ -21,6 +20,7 @@
../../modules/system/gpg.nix
../../modules/system/virtualbox.nix
../../modules/system/mullvad.nix
../../modules/services/ollama.nix
];
# Bootloader.
@@ -40,6 +40,6 @@
nixpkgs.config.allowUnfree = true;
# Version festlegen
system.stateVersion = "25.11";
system.stateVersion = "25.05";
nix.settings.experimental-features = [ "nix-command" "flakes" ];
}