Update common.nix
This commit is contained in:
parent
7fa1480866
commit
30502a8367
1 changed files with 5 additions and 0 deletions
|
|
@ -11,6 +11,11 @@
|
||||||
./apps/flatpaks.nix
|
./apps/flatpaks.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Make boot time quicker
|
||||||
|
boot.loader.timeout = 1;
|
||||||
|
systemd.services.NetworkManager-wait-online.enable = false;
|
||||||
|
systemd.services.systemd-udev-settle.enable = false;
|
||||||
|
|
||||||
# Use latest kernel
|
# Use latest kernel
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue