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 = [
./accounts
./boot
./devices
./options
./programs

View file

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