diff options
| author | Fuwn <[email protected]> | 2024-10-01 06:17:12 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-01 06:17:12 -0700 |
| commit | 1422c6d330133fc8f382b43cb815a24d15dc651d (patch) | |
| tree | 59a4b7a11783775af63f24aa18344b77fe43822f /modules/desktop/software/systemd.nix | |
| parent | modules: move emulated systems to extended nix configuration (diff) | |
| download | nixos-config-1422c6d330133fc8f382b43cb815a24d15dc651d.tar.xz nixos-config-1422c6d330133fc8f382b43cb815a24d15dc651d.zip | |
modules: move variables and initrd systemd to pc
Diffstat (limited to 'modules/desktop/software/systemd.nix')
| -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 |