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