configuration/common: Enable systemd stage-1 by default
This commit is contained in:
7
configuration/common/initrd.nix
Normal file
7
configuration/common/initrd.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
|
||||
boot.initrd.systemd.enable = lib.mkDefault true;
|
||||
|
||||
}
|
Reference in New Issue
Block a user