separate hardware concerns

This commit is contained in:
atagen 2022-08-20 00:19:56 +10:00
parent b88b057c47
commit 31c19ddd67
3 changed files with 35 additions and 25 deletions

View file

@ -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.