201 current 2025-10-10 00:48:28 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-10 00:52:00 -05:00
parent 6095e030ed
commit af4f75b21b
2 changed files with 6 additions and 6 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: 200 current 2025-10-10 00:25:07 25.05.20251006.20c4598 6.12.50 * # generation: 201 current 2025-10-10 00:48:28 25.05.20251006.20c4598 6.12.50 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -48,9 +48,9 @@ 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 = [ "bluetooth" ]; extraGroups = [ "bluetooth" ];
}; };
@@ -83,8 +83,8 @@ in
# override umask to make permissions work out # override umask to make permissions work out
systemd.services.${service}.serviceConfig = { systemd.services.${service}.serviceConfig = {
UMask = lib.mkForce "0007"; UMask = lib.mkForce "0007";
User = lib.mkForce "${service}"; # User = lib.mkForce "${service}";
Group = lib.mkForce "${service}"; # Group = lib.mkForce "${service}";
}; };
# # open firewall # # open firewall