Play around with IHP

This commit is contained in:
Valentin Brandl 2020-11-28 13:01:38 +01:00
parent b60f27c6ee
commit 55c93b7060

View File

@ -3,6 +3,9 @@
{
nixpkgs.config.allowUnfree = true;
# for ihp
nix.trustedUsers = [ "root" "me" ];
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;