diff --git a/hosts/gabbielaptop/configuration.nix b/hosts/gabbielaptop/configuration.nix index c639968..41ed49b 100644 --- a/hosts/gabbielaptop/configuration.nix +++ b/hosts/gabbielaptop/configuration.nix @@ -3,7 +3,6 @@ # and in the NixOS manual (accessible by running ‘nixos-help’). { - config, lib, pkgs, inputs, @@ -16,13 +15,10 @@ ./hardware-configuration.nix ]; - # Bootloader. - # boot.loader.efi.canTouchEfiVariables = true; - boot = { initrd.systemd.enable = true; - loader.systemd-boot.enable = lib.mkForce false; + loader.systemd-boot.enable = lib.mkForce false; # Required for lanzaboote to function, which enables secure boot lanzaboote = { enable = true; @@ -35,7 +31,6 @@ "nix-command" "flakes" ]; - nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; }; boot.initrd.kernelModules = [ "amdgpu" ];