From 43930cb8c22bc28ed64362845c5f4ebf54faabf2 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Sat, 1 Aug 2026 21:43:25 -0400 Subject: added git with cgit --- nix/flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'nix/flake.nix') diff --git a/nix/flake.nix b/nix/flake.nix index e4cde5f..ccc45ad 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -18,6 +18,15 @@ ]; }; + "git" = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + modules = [ + ./per-host/base/configuration.nix + ./per-host/git/configuration.nix + sops-nix.nixosModules.sops + ]; + }; + "torrents-2" = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ -- cgit v1.2.3