configuration/common: Enable systemd stage-1 by default
This commit is contained in:
parent
d9936a7d61
commit
dc3417e5b8
@ -3,6 +3,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./backup.nix
|
./backup.nix
|
||||||
|
./initrd.nix
|
||||||
./locale.nix
|
./locale.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
./nix.nix
|
./nix.nix
|
||||||
|
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;
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user