setup local llms with websearch
This commit is contained in:
@@ -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" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user