add host haze base nixos config
This commit is contained in:
8
hosts/haze/boot.nix
Normal file
8
hosts/haze/boot.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
boot.loader = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user