339 current 2025-10-11 23:44:28 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 23:47:38 -05:00
parent 066d5ef4b6
commit 953994d724
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config
# define new devices in outputs
# generation: 338 current 2025-10-11 21:54:50 25.05.20251006.20c4598 6.12.50 *
# generation: 339 current 2025-10-11 23:44:28 25.05.20251006.20c4598 6.12.50 *
{
description = "blakes nix config";
inputs = {

View File

@@ -48,7 +48,7 @@ in
description = "${service} server user";
uid = lib.mkForce cfg.ids;
isSystemUser = true;
#home = cfg.data_dir;
# home = cfg.data_dir;
createHome = true;
group = "${service}";
extraGroups = [ "media" ];
@@ -60,7 +60,7 @@ in
openFirewall = true;
user = "${service}";
group = "${service}";
dataDir = cfg.data_dir;
# dataDir = cfg.data_dir;
host = "0.0.0.0";
port = cfg.port;
};