diff options
Diffstat (limited to 'hosts/thinkpad/hardware.nix')
| -rw-r--r-- | hosts/thinkpad/hardware.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/thinkpad/hardware.nix b/hosts/thinkpad/hardware.nix index 95f9ffd..109f6c0 100644 --- a/hosts/thinkpad/hardware.nix +++ b/hosts/thinkpad/hardware.nix @@ -1,4 +1,4 @@ -{...}: { +_: { # bootloader boot.loader.systemd-boot.enable = true; boot.loader.efi = { |