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:26 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-08-13 08:52:26 +0200
commit2e149209a778daacb76bc9de5dbb19ad3a6f6943 (patch)
tree3385cbe74d2ff9d3b3bd474c40c6ec9c8e28036b /nixos/modules/system/boot/systemd.nix
parente8bfa708c474c276d66318441e648a9c50e0f389 (diff)
parent45d0002b9016885aadb67364ed3e53b86a4ab5c4 (diff)
downloadnixpkgs-2e149209a778daacb76bc9de5dbb19ad3a6f6943.tar
nixpkgs-2e149209a778daacb76bc9de5dbb19ad3a6f6943.tar.gz
nixpkgs-2e149209a778daacb76bc9de5dbb19ad3a6f6943.tar.bz2
nixpkgs-2e149209a778daacb76bc9de5dbb19ad3a6f6943.tar.lz
nixpkgs-2e149209a778daacb76bc9de5dbb19ad3a6f6943.tar.xz
nixpkgs-2e149209a778daacb76bc9de5dbb19ad3a6f6943.tar.zst
nixpkgs-2e149209a778daacb76bc9de5dbb19ad3a6f6943.zip
Merge master into staging-next
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 a5f368c869a..d95f001a225 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)}
         '';
     };