diff options
| author | EuAndreh <eu@euandre.org> | 2022-03-25 18:39:02 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-03-25 18:39:02 -0300 |
| commit | b135a626823b19830ad040f6c21be15218a59d87 (patch) | |
| tree | 1371174d01206cc73429c735f77ebadf86c9afb1 | |
| parent | configuration.nix: Disable CUPS by default (diff) | |
| download | dotfiles-b135a626823b19830ad040f6c21be15218a59d87.tar.gz dotfiles-b135a626823b19830ad040f6c21be15218a59d87.tar.xz | |
configuration.nix: Use GRUB booting only, remove redundant systemd configuration
| -rw-r--r-- | configuration.nix | 1 |
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; |
