Compare commits
No commits in common. "dd41e3a6ec553564ae59cb721cbab1c715351fe3" and "658113124e3f9e6ddee483a258628acac563b04c" have entirely different histories.
dd41e3a6ec
...
658113124e
1 changed files with 8 additions and 24 deletions
|
@ -18,7 +18,7 @@
|
|||
"/nix/var/nix/profiles/per-user/root/channels"
|
||||
];
|
||||
};
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_6;
|
||||
|
||||
boot.kernelModules = ["drivetemp"];
|
||||
# Enable experimental Feature
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
|
@ -277,14 +277,13 @@
|
|||
yakuake
|
||||
bitwarden
|
||||
libsForQt5.kdeconnect-kde
|
||||
# k3b
|
||||
k3b
|
||||
libation
|
||||
rubyripper
|
||||
remmina
|
||||
virt-viewer
|
||||
transmission_4-qt6
|
||||
calibre
|
||||
chirp #Currently failing build date=240827
|
||||
|
||||
#chirp #Currently failing build date=240827
|
||||
|
||||
# Chat/Internet
|
||||
#fluffychat
|
||||
|
@ -294,7 +293,6 @@
|
|||
thunderbird
|
||||
libreoffice
|
||||
nextcloud-client
|
||||
# aichat
|
||||
|
||||
# KDE STUFF
|
||||
kmymoney
|
||||
|
@ -322,7 +320,7 @@
|
|||
|
||||
## Video/Graphics
|
||||
gimp
|
||||
# blender
|
||||
blender
|
||||
vlc
|
||||
obs-studio
|
||||
# jellyfin-media-player
|
||||
|
@ -331,17 +329,13 @@
|
|||
# minecraft
|
||||
prismlauncher
|
||||
# znes2
|
||||
# nestopia-ue
|
||||
# kega-fusion
|
||||
# retroarchFull
|
||||
nestopia-ue
|
||||
kega-fusion
|
||||
retroarchFull
|
||||
|
||||
## Iphone Stuff
|
||||
libimobiledevice
|
||||
ifuse
|
||||
|
||||
# Piper & Wyoming
|
||||
wyoming-piper
|
||||
piper-tts
|
||||
];
|
||||
|
||||
## Allow unfree packages
|
||||
|
@ -376,16 +370,6 @@
|
|||
"--ssh"
|
||||
"--accept-routes"
|
||||
];
|
||||
};
|
||||
#Enable LLM Services
|
||||
ollama = {
|
||||
enable = true;
|
||||
acceleration = "cuda";
|
||||
openFirewall = true;
|
||||
loadModels = [ "llama3.1:8b" ];
|
||||
# loadModels = [ "Undi95/Meta-Llama-3.1-8B-Claude"];
|
||||
# loadModels = [ "meta-llama/Llama-3.2-3B" ];
|
||||
host = "100.84.238.20";
|
||||
};
|
||||
# Enable iPhone Tethering
|
||||
usbmuxd = {
|
||||
|
|
Loading…
Reference in a new issue