migrated channel 24.05 to unstable
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
./hardware-configuration.nix
|
||||
../../base.nix
|
||||
../../gnome.nix
|
||||
../../pkgs/obs-studio.nix
|
||||
];
|
||||
my = {
|
||||
enableContainers = true;
|
||||
@@ -82,7 +81,6 @@
|
||||
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!
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
config,
|
||||
modulesPath,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
@@ -21,12 +22,9 @@
|
||||
};
|
||||
};
|
||||
boot = {
|
||||
# kernelPackages = pkgs.linuxPackages_zen;
|
||||
kernelPackages = pkgs.linuxPackages_zen;
|
||||
kernel.sysctl = {
|
||||
"vm.swappiness" = 80;
|
||||
"net.ipv6.conf.all.disable_ipv6" = 0;
|
||||
"net.ipv6.conf.lo.disable_ipv6" = 0;
|
||||
"net.ipv6.conf.default.disable_ipv6" = 0;
|
||||
"net.ipv4.tcp_mtu_probing" = 1;
|
||||
};
|
||||
loader = {
|
||||
|
||||
Reference in New Issue
Block a user