diff options
Diffstat (limited to 'modules/software/systemd.nix')
| -rw-r--r-- | modules/software/systemd.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/software/systemd.nix b/modules/software/systemd.nix index 9ecb5b2..c475d96 100644 --- a/modules/software/systemd.nix +++ b/modules/software/systemd.nix @@ -1,6 +1,6 @@ { pkgs, ... }: { - # boot.initrd.systemd.enable = true; + boot.initrd.systemd.enable = true; systemd.services.containerd.path = with pkgs; [ containerd |