Move systemd boot services into boot

This commit is contained in:
Jimbo 2024-11-24 20:46:35 -05:00
parent 88dabef080
commit d1124e6f93
5 changed files with 2 additions and 5 deletions

View file

@ -1,5 +1,7 @@
{ ... }:
{
imports = [ ./services ];
boot.loader.systemd-boot = {
enable = true;
editor = false;