allow unfree

This commit is contained in:
death916 2025-05-12 04:11:03 +00:00
parent b65230e2f4
commit fba90f061b

View file

@ -6,7 +6,7 @@
# Import any shared modules from your ./modules directory if applicable # Import any shared modules from your ./modules directory if applicable
# e.g., (../modules/common-settings.nix) # e.g., (../modules/common-settings.nix)
]; ];
nixpkgs.config.allowUnfree = true;
boot.loader.systemd-boot.enable = true; # Or grub, as appropriate for your server boot.loader.systemd-boot.enable = true; # Or grub, as appropriate for your server
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;