From 55c93b706025a9d004ff6b139d163e9a12e3c297 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sat, 28 Nov 2020 13:01:38 +0100 Subject: [PATCH] Play around with IHP --- roles/workstation.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/workstation.nix b/roles/workstation.nix index 79e1d23..b2e68af 100644 --- a/roles/workstation.nix +++ b/roles/workstation.nix @@ -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;