From 1e68d68892aa0254453261fdb61f9469963ef5d3 Mon Sep 17 00:00:00 2001 From: caley Date: Sat, 20 Jun 2026 19:00:15 +0200 Subject: Update configuration.nix --- nixos/hosts/bin/configuration.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'nixos/hosts/bin') diff --git a/nixos/hosts/bin/configuration.nix b/nixos/hosts/bin/configuration.nix index 41447cc..a52d70b 100644 --- a/nixos/hosts/bin/configuration.nix +++ b/nixos/hosts/bin/configuration.nix @@ -14,12 +14,8 @@ options = "--delete-older-than 7d"; }; - boot.loader.grub = { - enable = true; - device = "/dev/nvme0n1"; - useOSProber = true; - }; - boot.kernelPackages = pkgs.linuxPackages_latest; + boot.loader.systemd-boot.enable = true; + boot.loader.efi.canTouchEfiVariables = true; zramSwap = { enable = true; -- cgit v1.3.1