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 = {