From 3722f1d20ecd634291b9f2f351ace84ec7680874 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Fri, 6 Sep 2019 11:32:40 -0400 Subject: nixos/iwd: add tmpfiles rule for ead service This is needed for the wired service ead.service. (in ReadWritePaths) --- nixos/modules/services/networking/iwd.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules/services/networking/iwd.nix') diff --git a/nixos/modules/services/networking/iwd.nix b/nixos/modules/services/networking/iwd.nix index 18ed20e2888..839fa48d9a4 100644 --- a/nixos/modules/services/networking/iwd.nix +++ b/nixos/modules/services/networking/iwd.nix @@ -26,6 +26,7 @@ in { systemd.tmpfiles.rules = [ "d /var/lib/iwd 0700 root root -" + "d /var/lib/ead 0700 root root -" ]; }; -- cgit 1.4.1