This commit is contained in:
soraefir
2026-05-02 10:29:56 +02:00
parent 0192a1ace0
commit b42579f8cd

View File

@@ -1,4 +1,4 @@
{ config, inputs, ... }: { { config, lib, inputs, ... }: {
imports = [ ./hardware.nix ]; imports = [ ./hardware.nix ];
boot.loader.systemd-boot.enable = lib.mkForce true; boot.loader.systemd-boot.enable = lib.mkForce true;