Restructured NixOS system configurations to be more modularized
This commit is contained in:
parent
4326a51ef7
commit
4cf7c21ed8
6 changed files with 94 additions and 176 deletions
8
.config/nix/modules/efi.nix
Normal file
8
.config/nix/modules/efi.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, inputs, ... }
|
||||
|
||||
{
|
||||
# SystemD-boot is good enough
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
systemd.tpm2.enable = false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue