From 3420dba80a0b36c70b3ed62a605fe6b1172f8304 Mon Sep 17 00:00:00 2001 From: Bob van der Linden Date: Thu, 17 Mar 2022 21:16:25 +0100 Subject: [PATCH] nixos: systemd: move systemd-nspawn to systemd/nspawn --- nixos/modules/module-list.nix | 2 +- .../system/boot/{systemd-nspawn.nix => systemd/nspawn.nix} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename nixos/modules/system/boot/{systemd-nspawn.nix => systemd/nspawn.nix} (100%) 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