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

View file

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