diff options
| author | Mel <einebeere@gmail.com> | 2024-12-30 21:04:13 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-12-30 21:04:13 +0100 |
| commit | f777a13f920809ddf0cbd7fb8e36f14edc03af3f (patch) | |
| tree | 698e610ffbfa15dd4993c92a933bfcd4754b2922 | |
| parent | 3dc0c01bed3aa23b704e48d94bee5e3788d5530c (diff) | |
| download | specimen-f777a13f920809ddf0cbd7fb8e36f14edc03af3f.tar.zst specimen-f777a13f920809ddf0cbd7fb8e36f14edc03af3f.zip | |
Remove deprecated `grub.version` option
Signed-off-by: Mel <einebeere@gmail.com>
| -rw-r--r-- | configuration/devices.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configuration/devices.nix b/configuration/devices.nix index f9ec155..0ef8250 100644 --- a/configuration/devices.nix +++ b/configuration/devices.nix @@ -3,7 +3,6 @@ { boot.loader.grub = { enable = true; - version = 2; device = "/dev/sda"; }; |
