summary refs log tree commit diff
path: root/nixos/modules/services/databases
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2019-12-29 23:59:52 +0100
committerJörg Thalheim <joerg@thalheim.io>2020-06-30 09:35:42 +0100
commitb3d1377084a2f2b1ffa682efaaa575e178604863 (patch)
treeaf6dc5038376c0e7208719023bffbdcffef7c9bc /nixos/modules/services/databases
parentae6a6f421cef90e26d413865e14011477df57656 (diff)
downloadnixpkgs-b3d1377084a2f2b1ffa682efaaa575e178604863.tar
nixpkgs-b3d1377084a2f2b1ffa682efaaa575e178604863.tar.gz
nixpkgs-b3d1377084a2f2b1ffa682efaaa575e178604863.tar.bz2
nixpkgs-b3d1377084a2f2b1ffa682efaaa575e178604863.tar.lz
nixpkgs-b3d1377084a2f2b1ffa682efaaa575e178604863.tar.xz
nixpkgs-b3d1377084a2f2b1ffa682efaaa575e178604863.tar.zst
nixpkgs-b3d1377084a2f2b1ffa682efaaa575e178604863.zip
nixos/firebird: Type all options
Diffstat (limited to 'nixos/modules/services/databases')
-rw-r--r--nixos/modules/services/databases/firebird.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/services/databases/firebird.nix b/nixos/modules/services/databases/firebird.nix
index 95837aa1cea..36dbb87f730 100644
--- a/nixos/modules/services/databases/firebird.nix
+++ b/nixos/modules/services/databases/firebird.nix
@@ -59,6 +59,7 @@ in
 
       port = mkOption {
         default = "3050";
+        type = types.port;
         description = ''
           Port Firebird uses.
         '';
@@ -66,6 +67,7 @@ in
 
       user = mkOption {
         default = "firebird";
+        type = types.str;
         description = ''
           User account under which firebird runs.
         '';
@@ -73,6 +75,7 @@ in
 
       baseDir = mkOption {
         default = "/var/db/firebird"; # ubuntu is using /var/lib/firebird/2.1/data/.. ?
+        type = types.str;
         description = ''
           Location containing data/ and system/ directories.
           data/ stores the databases, system/ stores the password database security2.fdb.