diff options
author | Alan Pearce | 2020-06-08 13:03:06 +0200 |
---|---|---|
committer | Alan Pearce | 2020-06-08 13:03:06 +0200 |
commit | 0aa0ff3396172e5fc1ad51ded03875dec60e7de8 (patch) | |
tree | 404b7277eafcd3002ffc865077104186559db54c /system | |
parent | b4464646c9a27d69004c592d909822b1cf11a4a8 (diff) | |
download | nixfiles-0aa0ff3396172e5fc1ad51ded03875dec60e7de8.tar.lz nixfiles-0aa0ff3396172e5fc1ad51ded03875dec60e7de8.tar.zst nixfiles-0aa0ff3396172e5fc1ad51ded03875dec60e7de8.zip |
prefect: allow updating EFI variables
Diffstat (limited to 'system')
-rw-r--r-- | system/prefect.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/prefect.nix b/system/prefect.nix index e8e695d5..e843e253 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -28,7 +28,6 @@ ./settings/programs/tor.nix ./settings/programs/barrier.nix ]; - boot.loader.efi.canTouchEfiVariables = pkgs.lib.mkForce false; services.xserver.screenSection = '' Option "MetaModes" "2560x1440_120 +0+0 { ForceFullCompositionPipeline = On }" Option "AllowIndirectGLXProtocol" "off" |