Move systemd boot services into boot
This commit is contained in:
parent
ff30aace39
commit
61527d8c08
|
@ -1,4 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [ ./systemd ];
|
||||
}
|
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
imports = [
|
||||
./accounts
|
||||
./boot
|
||||
./devices
|
||||
./options
|
||||
./programs
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [ ./services ];
|
||||
|
||||
boot.loader.systemd-boot = {
|
||||
enable = true;
|
||||
editor = false;
|
||||
|
|
Loading…
Reference in a new issue