summary refs log tree commit diff
path: root/nixos/modules/services/misc/gpsd.nix
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-06-17 11:57:40 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-06-17 11:57:40 -0700
commit8e19ac8d7cc7018613ff51d9266dea81547df756 (patch)
tree0e8301d831813da3dcc689b5dc68c85f0623e5fc /nixos/modules/services/misc/gpsd.nix
parente4316b8c17121042fd258df6df2fdbc5618c2b72 (diff)
parentd4fc2b4d99122ba6592835aa84f659b22aeea433 (diff)
downloadnixlib-8e19ac8d7cc7018613ff51d9266dea81547df756.tar
nixlib-8e19ac8d7cc7018613ff51d9266dea81547df756.tar.gz
nixlib-8e19ac8d7cc7018613ff51d9266dea81547df756.tar.bz2
nixlib-8e19ac8d7cc7018613ff51d9266dea81547df756.tar.lz
nixlib-8e19ac8d7cc7018613ff51d9266dea81547df756.tar.xz
nixlib-8e19ac8d7cc7018613ff51d9266dea81547df756.tar.zst
nixlib-8e19ac8d7cc7018613ff51d9266dea81547df756.zip
Merge branch 'master.upstream' into staging.upstream
Diffstat (limited to 'nixos/modules/services/misc/gpsd.nix')
-rw-r--r--nixos/modules/services/misc/gpsd.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/misc/gpsd.nix b/nixos/modules/services/misc/gpsd.nix
index 4a677f33fa0c..a4a4c7b5d937 100644
--- a/nixos/modules/services/misc/gpsd.nix
+++ b/nixos/modules/services/misc/gpsd.nix
@@ -54,7 +54,7 @@ in
       };
 
       port = mkOption {
-        type = types.uniq types.int;
+        type = types.int;
         default = 2947;
         description = ''
           The port where to listen for TCP connections.
@@ -62,7 +62,7 @@ in
       };
 
       debugLevel = mkOption {
-        type = types.uniq types.int;
+        type = types.int;
         default = 0;
         description = ''
           The debugging level.