summary refs log tree commit diff
path: root/nixos/modules/system/boot/systemd.nix
diff options
context:
space:
mode:
authorAdam Stephens <adam@valkor.net>2023-09-14 08:18:41 -0400
committerAdam Stephens <adam@valkor.net>2023-09-14 09:17:33 -0400
commit8565cd862a614cc53a5798d398b8b11d98122ba0 (patch)
tree0a82a62655d16b5e4355ef47b24ab117121b48f8 /nixos/modules/system/boot/systemd.nix
parent3a2786eea085f040a66ecde1bc3ddc7099f6dbeb (diff)
downloadnixpkgs-8565cd862a614cc53a5798d398b8b11d98122ba0.tar
nixpkgs-8565cd862a614cc53a5798d398b8b11d98122ba0.tar.gz
nixpkgs-8565cd862a614cc53a5798d398b8b11d98122ba0.tar.bz2
nixpkgs-8565cd862a614cc53a5798d398b8b11d98122ba0.tar.lz
nixpkgs-8565cd862a614cc53a5798d398b8b11d98122ba0.tar.xz
nixpkgs-8565cd862a614cc53a5798d398b8b11d98122ba0.tar.zst
nixpkgs-8565cd862a614cc53a5798d398b8b11d98122ba0.zip
systemd: allow udev-trigger to run on lxd containers with nesting
Diffstat (limited to 'nixos/modules/system/boot/systemd.nix')
-rw-r--r--nixos/modules/system/boot/systemd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index b6c3085c4f1..a4c387a8bb0 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -52,7 +52,7 @@ let
       "systemd-udevd-kernel.socket"
       "systemd-udevd.service"
       "systemd-udev-settle.service"
-      ] ++ (optional (!config.boot.isContainer) "systemd-udev-trigger.service") ++ [
+      ] ++ (optional (!config.boot.isContainer || config.virtualisation.lxc.nestedContainer) "systemd-udev-trigger.service") ++ [
       # hwdb.bin is managed by NixOS
       # "systemd-hwdb-update.service"