From bc7b3c059c2a43e18c264b2580a3de7e3e16c4f8 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Tue, 28 Nov 2023 15:52:33 +0100 Subject: [PATCH] add 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 b809bd2..cc52517 100644 --- a/hosts/fw.cloonar.com/hardware-configuration.nix +++ b/hosts/fw.cloonar.com/hardware-configuration.nix @@ -1,4 +1,4 @@ -{ modulesPath, ... }: +{ lib, modulesPath, ... }: { boot.loader.systemd-boot.enable = true;