Cake!
This commit is contained in:
parent
69c8241148
commit
cb30f7f1bc
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -5,4 +5,7 @@
|
|||
enable = true;
|
||||
defaultEditor = true;
|
||||
};
|
||||
boot.kernel.sysctl = {
|
||||
"net.core.default_qdisc" = "cake";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue