God idk how to organize this but this feels good I guess

This commit is contained in:
Jimbo 2024-11-24 20:48:02 -05:00
parent 61527d8c08
commit 978d7d37cf
4 changed files with 1 additions and 2 deletions

View file

@ -2,6 +2,7 @@
{ {
imports = [ imports = [
./lanzaboote ./lanzaboote
./services
./systemd ./systemd
]; ];
} }

View file

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