* removed unnecessary comments

svn path=/nixos/trunk/; revision=17694
This commit is contained in:
Rob Vermaas 2009-10-07 12:53:27 +00:00
parent e6e3c11dba
commit 06f26e1ad0

View File

@ -13,8 +13,6 @@ in
{ {
###### interface
options = { options = {
services.sitecopy = { services.sitecopy = {
@ -61,9 +59,6 @@ in
}; };
###### implementation
config = mkIf config.services.sitecopy.enable { config = mkIf config.services.sitecopy.enable {
environment.systemPackages = [ sitecopy ]; environment.systemPackages = [ sitecopy ];