paul-fixe: enable cachix

This commit is contained in:
nyanloutre 2021-12-28 22:56:26 +01:00
parent e3fb937c8a
commit f3b7285d13
Signed by: nyanloutre
GPG Key ID: 194A92D1103ACB2A
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@
../common-gui.nix ../common-gui.nix
]; ];
nix.trustedUsers = [ "root" "paul" ];
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.loader.grub = { boot.loader.grub = {
efiSupport = true; efiSupport = true;