nixos/keter: Run nixpkgs-fmt

This commit is contained in:
Jappie Klooster 2023-06-08 17:26:46 -04:00
parent 3f2f5bea96
commit 5c4ae23ec0

View File

@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }:
let
cfg = config.services.keter;
yaml = pkgs.formats.yaml {};
yaml = pkgs.formats.yaml { };
in
{
meta = {
@ -52,7 +52,7 @@ Keep an old app running and swap the ports when the new one is booted.
};
port = lib.mkOption {
type = lib.types.int;
description = lib.mdDoc "port";
description = lib.mdDoc "port";
};
};
});