disable t2
This commit is contained in:
parent
a3d157656a
commit
ef8aef6205
5 changed files with 41 additions and 1 deletions
5
hosts/harper2/hardware-configuration.nix
Normal file
5
hosts/harper2/hardware-configuration.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, lib, pkgs, modulesPath, ... }: {
|
||||
imports = [];
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue