separate hardware concerns
This commit is contained in:
parent
b88b057c47
commit
31c19ddd67
3 changed files with 35 additions and 25 deletions
|
@ -10,17 +10,16 @@
|
|||
<home-manager/nixos>
|
||||
# where are we ?
|
||||
# ./wollomi.nix
|
||||
# ./adrift.nix
|
||||
./adrift.nix
|
||||
];
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.systemd-boot.configurationLimit = 5;
|
||||
boot.loader.systemd-boot.configurationLimit = 2;
|
||||
boot.loader.systemd-boot.consoleMode = "max";
|
||||
boot.loader.timeout = 3;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.plymouth.enable = true;
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
# Pick only one of the below networking options.
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue