* removed unnecessary comments

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

View File

@ -14,8 +14,6 @@ in
{ {
###### interface
options = { options = {
services.postgresqlBackup = { services.postgresqlBackup = {
@ -53,7 +51,6 @@ in
}; };
###### implementation
config = mkIf config.services.postgresqlBackup.enable { config = mkIf config.services.postgresqlBackup.enable {
services.cron = { services.cron = {
systemCronJobs = systemCronJobs =