0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

iwd: 0.4 -> 0.7

This commit is contained in:
Vladyslav Mykhailichenko 2018-08-25 15:26:52 +03:00
parent 2c1e736ae8
commit d73fd69952
2 changed files with 14 additions and 15 deletions

View file

@ -20,14 +20,7 @@ in {
services.dbus.packages = [ pkgs.iwd ];
systemd.services.iwd = {
description = "Wireless daemon";
before = [ "network.target" ];
wants = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
serviceConfig.ExecStart = "${pkgs.iwd}/libexec/iwd";
};
systemd.packages = [ pkgs.iwd ];
systemd.tmpfiles.rules = [
"d /var/lib/iwd 0700 root root -"