Update argument syntax of configuration files.
svn path=/nixos/branches/fix-style/; revision=13852
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user