From b58d787314dbf9ebe7aff10b7a1486b5047f564b Mon Sep 17 00:00:00 2001 From: noe Date: Sun, 31 Mar 2024 00:07:51 -0400 Subject: [PATCH] git: ugh --- nixos/hosts/git/default.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/nixos/hosts/git/default.nix b/nixos/hosts/git/default.nix index c57703b..5610b28 100644 --- a/nixos/hosts/git/default.nix +++ b/nixos/hosts/git/default.nix @@ -10,15 +10,7 @@ system.stateVersion = "24.05"; nixpkgs.hostPlatform = "x86_64-linux"; - users.groups.git = {}; - users.users."git" = { - isNormalUser = true; - group = "git"; - }; - services.forgejo = { - user = "git"; - group = "git"; enable = true; settings = { database = {