From a11e5b97f34475a4ff274b731c3ffe05d2ac4111 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Tue, 28 Nov 2023 15:52:57 +0100 Subject: [PATCH] add missing lib --- hosts/fw.cloonar.com/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fw.cloonar.com/hardware-configuration.nix b/hosts/fw.cloonar.com/hardware-configuration.nix index cc52517..dd76a74 100644 --- a/hosts/fw.cloonar.com/hardware-configuration.nix +++ b/hosts/fw.cloonar.com/hardware-configuration.nix @@ -1,4 +1,4 @@ -{ lib, modulesPath, ... }: +{ lib, config, modulesPath, ... }: { boot.loader.systemd-boot.enable = true;