This commit is contained in:
Tasia Iso 2024-07-31 16:26:45 +02:00
parent 82f54ad25e
commit a62b8eda21
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
4 changed files with 8 additions and 0 deletions

View file

@ -93,6 +93,8 @@
# "libnvjitlink" # "libnvjitlink"
# "libcusparse" # "libcusparse"
# "libnpp" # "libnpp"
"cnijfilter2"
]; ];
}; };

View file

@ -33,6 +33,8 @@
allow id 18d1:4ee1 serial "28051FDH200ATC" name "Pixel 7" allow id 18d1:4ee1 serial "28051FDH200ATC" name "Pixel 7"
allow id 2717:ff40 serial "52bb384f0512" name "Redmi 10 2022" allow id 2717:ff40 serial "52bb384f0512" name "Redmi 10 2022"
allow id 04a9:178a serial "G04A4A" name "MG3600 series"
''; '';
}; };
} }

View file

@ -44,6 +44,8 @@ in {
enableKwallet = true; enableKwallet = true;
}; };
services.printing.drivers = [ pkgs.cnijfilter2 ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# Additional system packages here # Additional system packages here
zoxide zoxide

View file

@ -161,6 +161,8 @@ in {
]; ];
}; };
services.printing.drivers = [ pkgs.cnijfilter2 ];
services.ollama = { services.ollama = {
enable = true; enable = true;
# acceleration = "cuda"; # acceleration = "cuda";