From fa83bdc5067417e3407241b17116a560c9d86b61 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Mon, 3 Feb 2025 21:56:21 +0100 Subject: move around alot of stuff --- configuration/gitea.nix | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 configuration/gitea.nix (limited to 'configuration/gitea.nix') diff --git a/configuration/gitea.nix b/configuration/gitea.nix deleted file mode 100644 index f9e48f4..0000000 --- a/configuration/gitea.nix +++ /dev/null @@ -1,27 +0,0 @@ -{ ... }: -{ - users.groups.git = {}; - users.users.git = { - isSystemUser = true; - group = "git"; - hashedPassword = "$6$Rc//lmBr5orYHn.0$M9y3Zj4zCe723r8hYGIhPC5kPv5SVGHjF1FsjrT9IIx7trxuNTLtLDQVL9lhmR5/7bFMUFEf0CMx9w7.vgXgY0"; - openssh.authorizedKeys.keyFiles = [ - ../files/id_tarrel.pub - ../files/id_work.pub - ]; - }; - - services.gitea = { - enable = true; - appName = "JAP56 Git Server"; - group = "git"; - user = "git"; - settings.server = { - HTTP_PORT = 80; - DOMAIN = "snorlax"; - }; - useWizard = true; - }; - - services.openssh.settings.AllowUsers = [ "git" ]; -} -- cgit v1.2.3