Move systemd boot services into boot

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

View file

@ -1,4 +0,0 @@
{ ... }:
{
imports = [ ./systemd ];
}

View file

@ -2,7 +2,6 @@
{ {
imports = [ imports = [
./accounts ./accounts
./boot
./devices ./devices
./options ./options
./programs ./programs

View file

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