about summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-17 21:32:48 +0200
committerSoispha <soispha@vhack.eu>2023-05-17 22:14:34 +0200
commit3b6233a34b2ba464004567ae1ea708c44913643c (patch)
tree837b63bd8b83de7346f2a704c311ecfbf652c4d0 /system
parentFix(system): Truly disable all the NixOS default bloat (diff)
downloadnixos-config-3b6233a34b2ba464004567ae1ea708c44913643c.tar.gz
nixos-config-3b6233a34b2ba464004567ae1ea708c44913643c.zip
Fix(system/boot): Remove deprecated version option
Diffstat (limited to '')
-rw-r--r--system/boot/default.nix2
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;