diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix index 13703968167..053f70aaf05 100644 --- a/nixos/modules/module-list.nix +++ b/nixos/modules/module-list.nix @@ -1166,7 +1166,7 @@ ./system/boot/stage-1.nix ./system/boot/stage-2.nix ./system/boot/systemd.nix - ./system/boot/systemd-nspawn.nix + ./system/boot/systemd/nspawn.nix ./system/boot/timesyncd.nix ./system/boot/tmp.nix ./system/etc/etc-activation.nix diff --git a/nixos/modules/system/boot/systemd-nspawn.nix b/nixos/modules/system/boot/systemd/nspawn.nix similarity index 100% rename from nixos/modules/system/boot/systemd-nspawn.nix rename to nixos/modules/system/boot/systemd/nspawn.nix