diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-09-09 22:00:07 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-09-09 22:01:06 +0530 |
commit | 34a96cb2218f7cff7a971cf4f650ae225ce9976c (patch) | |
tree | 50cc2fcd94a828e2462847a3ba558c6b0fdb4f4e /os/common | |
parent | fcdd2a81973237c8bc88da6f27e065217ab58447 (diff) |
common: enable systemd in initrd
Diffstat (limited to 'os/common')
-rw-r--r-- | os/common/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/common/configuration.nix b/os/common/configuration.nix index 8026b9f..57d40c4 100644 --- a/os/common/configuration.nix +++ b/os/common/configuration.nix @@ -37,6 +37,7 @@ in { boot = { tmp.useTmpfs = true; loader.timeout = 1; + initrd.systemd.enable = true; }; programs.bash.promptInit = '' |