nixos/rsyncd: fix module eval

This commit is contained in:
Jörg Thalheim 2022-02-09 08:20:31 +01:00
parent 12a81f8e15
commit 30d7dbc2be
No known key found for this signature in database

View file

@ -79,7 +79,7 @@ in {
in {
services.rsync = {
enable = !cfg.socketActivated;
aliases = [ "rsyncd" ];
aliases = [ "rsyncd.service" ];
description = "fast remote file copy program daemon";
after = [ "network.target" ];