summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorVladyslav Mykhailichenko <dywedir@pm.me>2018-08-25 15:26:52 +0300
committerVladyslav Mykhailichenko <dywedir@pm.me>2018-08-25 15:26:52 +0300
commitd73fd699529aadd0c38931eceefa4c83f108fc34 (patch)
treeddccbe5c5e1f8923c8a6a094bb107126d6e74ebc /nixos
parent2c1e736ae8ea308cecc6b6f2cf44638280393363 (diff)
downloadnixpkgs-d73fd699529aadd0c38931eceefa4c83f108fc34.tar
nixpkgs-d73fd699529aadd0c38931eceefa4c83f108fc34.tar.gz
nixpkgs-d73fd699529aadd0c38931eceefa4c83f108fc34.tar.bz2
nixpkgs-d73fd699529aadd0c38931eceefa4c83f108fc34.tar.lz
nixpkgs-d73fd699529aadd0c38931eceefa4c83f108fc34.tar.xz
nixpkgs-d73fd699529aadd0c38931eceefa4c83f108fc34.tar.zst
nixpkgs-d73fd699529aadd0c38931eceefa4c83f108fc34.zip
iwd: 0.4 -> 0.7
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/iwd.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/nixos/modules/services/networking/iwd.nix b/nixos/modules/services/networking/iwd.nix
index cfc536fc5b5..eb03d2e1d63 100644
--- a/nixos/modules/services/networking/iwd.nix
+++ b/nixos/modules/services/networking/iwd.nix
@@ -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 -"