added a bunch of nixos modules
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{ ... }: {
|
||||
flake.modules.nixos.boot = {
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.kernelModules = [ "kvm-amd" ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user