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 # flake for blakes nixos config
# define new devices in outputs # 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"; description = "blakes nix config";
inputs = { inputs = {

View File

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