mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
nixos/grafana: use port
type
This commit is contained in:
parent
c726455687
commit
044d996906
@ -292,7 +292,7 @@ in {
|
||||
port = mkOption {
|
||||
description = "Listening port.";
|
||||
default = 3000;
|
||||
type = types.int;
|
||||
type = types.port;
|
||||
};
|
||||
|
||||
socket = mkOption {
|
||||
|
Loading…
Reference in New Issue
Block a user