aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-03-25 18:39:02 -0300
committerEuAndreh <eu@euandre.org>2022-03-25 18:39:02 -0300
commitb135a626823b19830ad040f6c21be15218a59d87 (patch)
tree1371174d01206cc73429c735f77ebadf86c9afb1
parentconfiguration.nix: Disable CUPS by default (diff)
downloaddotfiles-b135a626823b19830ad040f6c21be15218a59d87.tar.gz
dotfiles-b135a626823b19830ad040f6c21be15218a59d87.tar.xz
configuration.nix: Use GRUB booting only, remove redundant systemd configuration
-rw-r--r--configuration.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix
index 38efc27..f847509 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -34,7 +34,6 @@ in {
# Use the systemd-boot EFI boot loader.
boot = {
loader = {
- systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
grub = {
enable = true;