summary refs log tree commit diff
path: root/nixos/modules/services/networking/cjdns.nix
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-10-26 01:55:52 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2016-10-27 14:15:51 +0200
commit79d216b8f4f1881a99b00dfca2f84e3d735edcd9 (patch)
treea51531cbe1a309664bab5d0f512ab5e59be94299 /nixos/modules/services/networking/cjdns.nix
parentde3860229ae1dee77a2e04015e590801befafa25 (diff)
downloadnixpkgs-79d216b8f4f1881a99b00dfca2f84e3d735edcd9.tar
nixpkgs-79d216b8f4f1881a99b00dfca2f84e3d735edcd9.tar.gz
nixpkgs-79d216b8f4f1881a99b00dfca2f84e3d735edcd9.tar.bz2
nixpkgs-79d216b8f4f1881a99b00dfca2f84e3d735edcd9.tar.lz
nixpkgs-79d216b8f4f1881a99b00dfca2f84e3d735edcd9.tar.xz
nixpkgs-79d216b8f4f1881a99b00dfca2f84e3d735edcd9.tar.zst
nixpkgs-79d216b8f4f1881a99b00dfca2f84e3d735edcd9.zip
cjdns service: whitespace cleanup
Diffstat (limited to 'nixos/modules/services/networking/cjdns.nix')
-rw-r--r--nixos/modules/services/networking/cjdns.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/networking/cjdns.nix b/nixos/modules/services/networking/cjdns.nix
index cb00139c5f1..6c0e77c081f 100644
--- a/nixos/modules/services/networking/cjdns.nix
+++ b/nixos/modules/services/networking/cjdns.nix
@@ -112,11 +112,11 @@ in
           "49275fut6tmzu354pq70sr5b95qq0vj"
         ];
         description = ''
-          Any remote cjdns nodes that offer these passwords on 
+          Any remote cjdns nodes that offer these passwords on
           connection will be allowed to route through this node.
         '';
       };
-    
+
       admin = {
         bind = mkOption {
           type = types.string;