From 6b7b31fc3fb83fc9c8b04552d5b8d20e1d9de1ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Wed, 10 Apr 2024 18:55:29 +0200 Subject: [PATCH] oop --- zion/configuration.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/zion/configuration.nix b/zion/configuration.nix index e8db84b..1d8038c 100644 --- a/zion/configuration.nix +++ b/zion/configuration.nix @@ -11,13 +11,13 @@ ]; # Bootloader. - # boot.loader.systemd-boot.enable = true; - boot.loader.grub = { - enable = true; - useOSProber = true; - device = "/dev/nvme0n1"; - efiSupport = true; - }; + boot.loader.systemd-boot.enable = true; + # boot.loader.grub = { + # enable = true; + # useOSProber = true; + # device = "/dev/nvme0n1p1"; + # efiSupport = true; + # }; boot.loader.efi.canTouchEfiVariables = true; networking.hostName = "zion"; # Define your hostname.