summary refs log tree commit diff
path: root/nixos/modules/system/boot/systemd.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-08-13 08:52:48 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-08-13 08:52:48 +0200
commit7e189c56a16382e1987a847b24bc34d8b957fd98 (patch)
treeac1abfb4b4fdaba5961be6653c41bbbe23bdac32 /nixos/modules/system/boot/systemd.nix
parente4eb9668751fc4571687c3edf50819fee9f49a23 (diff)
parent2e149209a778daacb76bc9de5dbb19ad3a6f6943 (diff)
downloadnixpkgs-7e189c56a16382e1987a847b24bc34d8b957fd98.tar
nixpkgs-7e189c56a16382e1987a847b24bc34d8b957fd98.tar.gz
nixpkgs-7e189c56a16382e1987a847b24bc34d8b957fd98.tar.bz2
nixpkgs-7e189c56a16382e1987a847b24bc34d8b957fd98.tar.lz
nixpkgs-7e189c56a16382e1987a847b24bc34d8b957fd98.tar.xz
nixpkgs-7e189c56a16382e1987a847b24bc34d8b957fd98.tar.zst
nixpkgs-7e189c56a16382e1987a847b24bc34d8b957fd98.zip
Merge staging-next into staging
Diffstat (limited to 'nixos/modules/system/boot/systemd.nix')
-rw-r--r--nixos/modules/system/boot/systemd.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index 43cd2652b08..39be069ad0e 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -354,6 +354,7 @@ let
           [Socket]
           ${attrsToSection def.socketConfig}
           ${concatStringsSep "\n" (map (s: "ListenStream=${s}") def.listenStreams)}
+          ${concatStringsSep "\n" (map (s: "ListenDatagram=${s}") def.listenDatagrams)}
         '';
     };