From b42579f8cd7f18c0f16a98935dd1d72fa0fee701 Mon Sep 17 00:00:00 2001 From: soraefir Date: Sat, 2 May 2026 10:29:56 +0200 Subject: [PATCH] Fix --- systems/gateway/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/gateway/default.nix b/systems/gateway/default.nix index a8eb1e8..0fb7a1d 100644 --- a/systems/gateway/default.nix +++ b/systems/gateway/default.nix @@ -1,4 +1,4 @@ -{ config, inputs, ... }: { +{ config, lib, inputs, ... }: { imports = [ ./hardware.nix ]; boot.loader.systemd-boot.enable = lib.mkForce true;