diff options
| author | Leander Scherer <leander@schererleander.de> | 2026-03-13 11:48:21 +0100 |
|---|---|---|
| committer | Leander Scherer <leander@schererleander.de> | 2026-03-13 12:09:06 +0100 |
| commit | f08a6c4d76108a5cf38394ce57e480c9ab412968 (patch) | |
| tree | e2544790f51e1f8c22b3f9d90745fc4605bdc32c /modules/hosts | |
| parent | ac9c19c49c26e588076e561c726355e1703dc421 (diff) | |
feat(git): setup git server with cgit
Diffstat (limited to 'modules/hosts')
| -rw-r--r-- | modules/hosts/sachiel/flake-parts.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/hosts/sachiel/flake-parts.nix b/modules/hosts/sachiel/flake-parts.nix index 6f33503..e30a532 100644 --- a/modules/hosts/sachiel/flake-parts.nix +++ b/modules/hosts/sachiel/flake-parts.nix @@ -4,10 +4,13 @@ specialArgs = { inherit inputs; }; modules = [ inputs.self.modules.nixos.sachiel + inputs.self.modules.nixos.secrets inputs.self.modules.nixos.openssh inputs.self.modules.nixos.nginx inputs.self.modules.nixos.nextcloud inputs.self.modules.nixos.site + inputs.self.modules.nixos.git + inputs.self.modules.nixos.cgit ]; }; } |
