hosts: forgot to use nixUtils module

This commit is contained in:
2026-06-12 15:37:43 +02:00
parent 34cde6f6f4
commit bd86051c13
4 changed files with 6 additions and 1 deletions
+2
View File
@@ -11,6 +11,8 @@ _: {
boot.loader.limine = {
enable = true;
efiSupport = true;
extraConfig = ''
'';
};
boot.loader.efi.canTouchEfiVariables = true;