diff options
Diffstat (limited to 'nixops/modules/databases')
-rw-r--r-- | nixops/modules/databases/default.nix | 2 | ||||
-rw-r--r-- | nixops/modules/databases/mysql.nix | 2 | ||||
-rw-r--r-- | nixops/modules/databases/openldap.nix | 2 | ||||
-rw-r--r-- | nixops/modules/databases/postgresql.nix | 2 | ||||
-rw-r--r-- | nixops/modules/databases/redis.nix | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/nixops/modules/databases/default.nix b/nixops/modules/databases/default.nix index 01a130c..be549b1 100644 --- a/nixops/modules/databases/default.nix +++ b/nixops/modules/databases/default.nix | |||
@@ -1,4 +1,4 @@ | |||
1 | { lib, pkgs, config, myconfig, mylibs, ... }: | 1 | { lib, pkgs, config, myconfig, ... }: |
2 | let | 2 | let |
3 | cfg = config.services.myDatabases; | 3 | cfg = config.services.myDatabases; |
4 | in { | 4 | in { |
diff --git a/nixops/modules/databases/mysql.nix b/nixops/modules/databases/mysql.nix index 23b8b90..6739aaa 100644 --- a/nixops/modules/databases/mysql.nix +++ b/nixops/modules/databases/mysql.nix | |||
@@ -1,4 +1,4 @@ | |||
1 | { lib, pkgs, config, myconfig, mylibs, ... }: | 1 | { lib, pkgs, config, myconfig, ... }: |
2 | let | 2 | let |
3 | cfg = config.services.myDatabases; | 3 | cfg = config.services.myDatabases; |
4 | in { | 4 | in { |
diff --git a/nixops/modules/databases/openldap.nix b/nixops/modules/databases/openldap.nix index 542e209..ff97fb3 100644 --- a/nixops/modules/databases/openldap.nix +++ b/nixops/modules/databases/openldap.nix | |||
@@ -1,4 +1,4 @@ | |||
1 | { lib, pkgs, config, myconfig, mylibs, ... }: | 1 | { lib, pkgs, config, myconfig, ... }: |
2 | let | 2 | let |
3 | cfg = config.services.myDatabases; | 3 | cfg = config.services.myDatabases; |
4 | ldapConfig = let | 4 | ldapConfig = let |
diff --git a/nixops/modules/databases/postgresql.nix b/nixops/modules/databases/postgresql.nix index 3a58c48..37fcc14 100644 --- a/nixops/modules/databases/postgresql.nix +++ b/nixops/modules/databases/postgresql.nix | |||
@@ -1,4 +1,4 @@ | |||
1 | { lib, pkgs, config, myconfig, mylibs, ... }: | 1 | { lib, pkgs, config, myconfig, ... }: |
2 | let | 2 | let |
3 | cfg = config.services.myDatabases; | 3 | cfg = config.services.myDatabases; |
4 | in { | 4 | in { |
diff --git a/nixops/modules/databases/redis.nix b/nixops/modules/databases/redis.nix index 7379685..a0917df 100644 --- a/nixops/modules/databases/redis.nix +++ b/nixops/modules/databases/redis.nix | |||
@@ -1,4 +1,4 @@ | |||
1 | { lib, pkgs, config, myconfig, mylibs, ... }: | 1 | { lib, pkgs, config, myconfig, ... }: |
2 | let | 2 | let |
3 | cfg = config.services.myDatabases; | 3 | cfg = config.services.myDatabases; |
4 | in { | 4 | in { |