diff options
| author | caley <u65487754@gmail.com> | 2026-06-20 19:00:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-20 19:00:15 +0200 |
| commit | 1e68d68892aa0254453261fdb61f9469963ef5d3 (patch) | |
| tree | e485efbb6af6f66681a647632bd6ea334c35f2fb /nixos/hosts/bin | |
| parent | c7f9e88705e5a67e6ce917d876e22d72ece3ab1d (diff) | |
Update configuration.nix
Diffstat (limited to 'nixos/hosts/bin')
| -rw-r--r-- | nixos/hosts/bin/configuration.nix | 8 |
1 files changed, 2 insertions, 6 deletions
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; |
