summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2023-08-22 04:14:36 +0200
committernikstur <nikstur@outlook.com>2023-09-13 12:02:41 +0200
commit97ee93da1036db7425a5cefd00085fcf8c813504 (patch)
treef25aff1f51a3f37cdcda7bcb780bd0f812928798 /nixos/modules/system
parent79c3740ee55133a0fd24e862a3ccf31804cbd657 (diff)
downloadnixpkgs-97ee93da1036db7425a5cefd00085fcf8c813504.tar
nixpkgs-97ee93da1036db7425a5cefd00085fcf8c813504.tar.gz
nixpkgs-97ee93da1036db7425a5cefd00085fcf8c813504.tar.bz2
nixpkgs-97ee93da1036db7425a5cefd00085fcf8c813504.tar.lz
nixpkgs-97ee93da1036db7425a5cefd00085fcf8c813504.tar.xz
nixpkgs-97ee93da1036db7425a5cefd00085fcf8c813504.tar.zst
nixpkgs-97ee93da1036db7425a5cefd00085fcf8c813504.zip
systemd: apply upstream patch for tmpfiles
This fixes notably the fact that /dev/zfs was not usable anymore as a user,
and potentially other things.

Tracked in systemd upstream under issue number 28653, 28765.
Diffstat (limited to 'nixos/modules/system')
-rw-r--r--nixos/modules/system/boot/systemd.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index b6c3085c4f1..8e38072b4c6 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -48,6 +48,7 @@ let
       "rescue.service"
 
       # Udev.
+      "systemd-tmpfiles-setup-dev-early.service"
       "systemd-udevd-control.socket"
       "systemd-udevd-kernel.socket"
       "systemd-udevd.service"