Convert nix-dev to flake config.
This commit is contained in:
5
hosts/common/systemd-boot.nix
Normal file
5
hosts/common/systemd-boot.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
}
|
||||
Reference in New Issue
Block a user