God idk how to organize this but this feels good I guess
This commit is contained in:
parent
61527d8c08
commit
978d7d37cf
|
@ -2,6 +2,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./lanzaboote
|
./lanzaboote
|
||||||
|
./services
|
||||||
./systemd
|
./systemd
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [ ./services ];
|
|
||||||
|
|
||||||
boot.loader.systemd-boot = {
|
boot.loader.systemd-boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
editor = false;
|
editor = false;
|
||||||
|
|
Loading…
Reference in a new issue