NixOS-Config/modules/system/devices/boot/systemd/default.nix

10 lines
117 B
Nix

{ ... }:
{
imports = [ ./services ];
boot.loader.systemd-boot = {
enable = true;
editor = false;
};
}