summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/networking/iwd.nix
diff options
context:
space:
mode:
authorVladyslav Mykhailichenko <dywedir@pm.me>2018-09-23 15:26:55 +0300
committerVladyslav Mykhailichenko <dywedir@pm.me>2018-09-23 15:26:55 +0300
commit3b7ecaa79865620db63284e7e5a1c02afb4066b5 (patch)
treeda0ddd7e78d01ac10f3a208a13a1871b2939a32e /nixos/modules/services/networking/iwd.nix
parentd9f7d27ef54188158311fb787c273afd7d8e5f12 (diff)
iwd: 0.7 -> 0.8
Diffstat (limited to 'nixos/modules/services/networking/iwd.nix')
-rw-r--r--nixos/modules/services/networking/iwd.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/iwd.nix b/nixos/modules/services/networking/iwd.nix
index eb03d2e1d632..18ed20e28886 100644
--- a/nixos/modules/services/networking/iwd.nix
+++ b/nixos/modules/services/networking/iwd.nix
@@ -22,6 +22,8 @@ in {
systemd.packages = [ pkgs.iwd ];
+ systemd.services.iwd.wantedBy = [ "multi-user.target" ];
+
systemd.tmpfiles.rules = [
"d /var/lib/iwd 0700 root root -"
];