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;