diff options
author | Soispha <soispha@vhack.eu> | 2023-05-17 21:32:48 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-17 22:14:34 +0200 |
commit | 3b6233a34b2ba464004567ae1ea708c44913643c (patch) | |
tree | 837b63bd8b83de7346f2a704c311ecfbf652c4d0 | |
parent | Fix(system): Truly disable all the NixOS default bloat (diff) | |
download | nixos-config-3b6233a34b2ba464004567ae1ea708c44913643c.tar.gz nixos-config-3b6233a34b2ba464004567ae1ea708c44913643c.zip |
Fix(system/boot): Remove deprecated version option
Diffstat (limited to '')
-rw-r--r-- | system/boot/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/boot/default.nix b/system/boot/default.nix index 34fd8983..e762c0e6 100644 --- a/system/boot/default.nix +++ b/system/boot/default.nix @@ -1,5 +1,4 @@ { - config, pkgs, ... }: { @@ -14,7 +13,6 @@ loader = { grub = { enable = true; - version = 2; # theme = pkgs.nixos-grub2-theme; splashImage = ./boot_pictures/gnu.png; efiSupport = true; |