1
0
Fork 0
forked from Bun/nixos-config

Move systemd boot services into boot

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

View file

@ -0,0 +1,6 @@
{ ... }:
{
imports = [ ./root-reset ];
boot.initrd.systemd.enable = true;
}