nixos/hostapd: /var/run -> /run

Changed files
+1 -1
nixos
modules
services
networking
+1 -1
nixos/modules/services/networking/hostapd.nix
···
logger_stdout=-1
logger_stdout_level=2
-
ctrl_interface=/var/run/hostapd
+
ctrl_interface=/run/hostapd
ctrl_interface_group=${cfg.group}
${if cfg.wpa then ''