Update argument syntax of configuration files.
svn path=/nixos/branches/fix-style/; revision=13852
This commit is contained in:
parent
bb56774a54
commit
67edd3720f
|
@ -1,5 +1,5 @@
|
|||
# Disnix server
|
||||
{config, pkgs}:
|
||||
{config, pkgs, ...}:
|
||||
|
||||
###### interface
|
||||
let
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{pkgs, config}:
|
||||
{pkgs, config, ...}:
|
||||
|
||||
###### interface
|
||||
let
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Zabbix agent daemon.
|
||||
{config, pkgs}:
|
||||
{config, pkgs, ...}:
|
||||
|
||||
###### interface
|
||||
let
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Zabbix server daemon.
|
||||
{config, pkgs}:
|
||||
{config, pkgs, ...}:
|
||||
|
||||
###### interface
|
||||
let
|
||||
|
|
Loading…
Reference in New Issue