164 current 2025-10-09 14:23:06 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-09 14:23:51 -05:00
parent ccd8a38c55
commit 3f5ea5ec60
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config
# define new devices in outputs
# generation: 163 current 2025-10-09 14:18:39 25.05.20251006.20c4598 6.12.50 *
# generation: 164 current 2025-10-09 14:23:06 25.05.20251006.20c4598 6.12.50 *
{
description = "blakes nix config";
inputs = {

View File

@@ -13,7 +13,7 @@ in
# set port options
port = lib.mkOption {
type = lib.types.int;
default = 7101;
default = 7100;
description = "set port for ${service} (default: ${toString cfg.port}";
};
url = lib.mkOption {