summary refs log tree commit diff
path: root/nixos/modules/services/networking/cjdns.nix
diff options
context:
space:
mode:
authorAlexander Ried <ried@mytum.de>2016-09-08 22:19:43 +0200
committerAlexander Ried <ried@mytum.de>2016-09-13 11:19:22 +0200
commit3ada966bd579b63b2259b97018520e94cf9a4489 (patch)
treee4b7f1715e3e9566068f35f202be9f29ee4b5d8b /nixos/modules/services/networking/cjdns.nix
parentbc7710468d2152cd1c3a02827b1fe90c8c23d04d (diff)
downloadnixpkgs-3ada966bd579b63b2259b97018520e94cf9a4489.tar
nixpkgs-3ada966bd579b63b2259b97018520e94cf9a4489.tar.gz
nixpkgs-3ada966bd579b63b2259b97018520e94cf9a4489.tar.bz2
nixpkgs-3ada966bd579b63b2259b97018520e94cf9a4489.tar.lz
nixpkgs-3ada966bd579b63b2259b97018520e94cf9a4489.tar.xz
nixpkgs-3ada966bd579b63b2259b97018520e94cf9a4489.tar.zst
nixpkgs-3ada966bd579b63b2259b97018520e94cf9a4489.zip
treewide: minor format / style / documentation fixes
Diffstat (limited to 'nixos/modules/services/networking/cjdns.nix')
-rw-r--r--nixos/modules/services/networking/cjdns.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/cjdns.nix b/nixos/modules/services/networking/cjdns.nix
index e878a4896fd..cb00139c5f1 100644
--- a/nixos/modules/services/networking/cjdns.nix
+++ b/nixos/modules/services/networking/cjdns.nix
@@ -208,7 +208,7 @@ in
     # networking.firewall.allowedUDPPorts = ...
 
     systemd.services.cjdns = {
-      description = "encrypted networking for everybody";
+      description = "cjdns: routing engine designed for security, scalability, speed and ease of use";
       wantedBy = [ "multi-user.target" ];
       after = [ "network.target" ];