flake update + linux downgrade + podmannvidia

This commit is contained in:
2024-08-10 13:24:49 -06:00
parent 8d5180b11c
commit eb9f2047e0
4 changed files with 33 additions and 30 deletions

View File

@@ -77,6 +77,7 @@
groups.nixremote.gid = 555;
users = {
jawz.packages = with pkgs; [
nvidia-podman # why not? i'll probably be dissapointed
distrobox # install packages from other os
gocryptfs # encrypted filesystem! shhh!!!
torrenttools # create torrent files from the terminal!

View File

@@ -16,7 +16,8 @@
};
};
boot = {
kernelPackages = pkgs.linuxPackages_zen;
# kernelPackages = pkgs.linuxPackages_zen;
kernelPackages = pkgs.linuxPackages_6_9;
kernel.sysctl = {
"vm.swappiness" = 80;
"net.ipv6.conf.all.disable_ipv6" = 0;