72 current 2025-10-07 23:46:03 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-07 23:58:45 -05:00
parent 551b7d4d7b
commit 0328e81bc8
2 changed files with 2 additions and 1 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: 71 current 2025-10-07 23:27:54 25.05.20251001.5b5be50 6.12.49 * # generation: 72 current 2025-10-07 23:46:03 25.05.20251001.5b5be50 6.12.49 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -41,6 +41,7 @@ in
description = lib.mkForce "gitea server user"; description = lib.mkForce "gitea server user";
uid = ids; uid = ids;
isSystemUser = true; isSystemUser = true;
shell = pkgs.bash;
home = "/var/lib/gitea"; home = "/var/lib/gitea";
createHome = true; createHome = true;
group = "gitea"; group = "gitea";