dustbowl: disable lightdm and disable systemd-boot
This commit is contained in:
parent
12a8f34c4d
commit
70e3c548f2
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
boot.kernelPackages = pkgs.linuxPackages_5_15;
|
boot.kernelPackages = pkgs.linuxPackages_5_15;
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
# boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi = {
|
boot.loader.efi = {
|
||||||
canTouchEfiVariables = true;
|
canTouchEfiVariables = true;
|
||||||
efiSysMountPoint = "/boot/efi";
|
efiSysMountPoint = "/boot/efi";
|
||||||
|
|
@ -243,7 +243,7 @@
|
||||||
xkbVariant = "neo_qwertz";
|
xkbVariant = "neo_qwertz";
|
||||||
dpi = 150;
|
dpi = 150;
|
||||||
|
|
||||||
# displayManager.startx.enable = true;
|
displayManager.startx.enable = true;
|
||||||
desktopManager.xterm.enable = false;
|
desktopManager.xterm.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue