diff --git a/nixos/common/modules/boot.nix b/nixos/common/modules/boot.nix index d8b5908c..1622f199 100644 --- a/nixos/common/modules/boot.nix +++ b/nixos/common/modules/boot.nix @@ -8,5 +8,4 @@ boot.loader.efi.canTouchEfiVariables = true; boot.loader.systemd-boot.enable = true; boot.tmp.cleanOnBoot = true; - boot.initrd.systemd.enable = true; } \ No newline at end of file