[networkmanager] Improve boot times
This commit is contained in:
parent
414bb4b983
commit
356b1dd991
3 changed files with 19 additions and 5 deletions
|
@ -11,7 +11,10 @@
|
|||
model = "Quadro T2000";
|
||||
};
|
||||
|
||||
networking.openconnect-sso.enable = true;
|
||||
networking = {
|
||||
networkmanager.enable = true;
|
||||
openconnect-sso.enable = true;
|
||||
};
|
||||
|
||||
nix = {
|
||||
flakes.enable = true;
|
||||
|
@ -102,10 +105,6 @@
|
|||
|
||||
# --- Barrier ---
|
||||
|
||||
networking = {
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
|
||||
i18n.defaultLocale = "en_GB.UTF-8";
|
||||
console = {
|
||||
# font = "Lat2-Terminus16";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue