This commit is contained in:
Chris Dombroski 2025-01-09 13:13:54 -05:00
parent 69c8241148
commit cb30f7f1bc
2 changed files with 3 additions and 2 deletions

View file

@ -54,7 +54,6 @@ in
]; ];
}; };
virtualisation.libvirtd.enable = true;
networking = { networking = {
hostName = "smolboi"; # Define your hostname. hostName = "smolboi"; # Define your hostname.
networkmanager.enable = true; # Easiest to use and most distros use this by default. networkmanager.enable = true; # Easiest to use and most distros use this by default.
@ -166,7 +165,6 @@ in
musescore musescore
protontricks protontricks
protonup-qt protonup-qt
virt-manager
; ;
inherit (pkgs.jetbrains) idea-community; inherit (pkgs.jetbrains) idea-community;
} }

View file

@ -5,4 +5,7 @@
enable = true; enable = true;
defaultEditor = true; defaultEditor = true;
}; };
boot.kernel.sysctl = {
"net.core.default_qdisc" = "cake";
};
} }