aboutsummaryrefslogtreecommitdiff
path: root/nix/flake.nix
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2026-08-02 01:43:25 +0000
committerKumar Damani <me@kumardamani.net>2026-08-02 01:43:25 +0000
commit43930cb8c22bc28ed64362845c5f4ebf54faabf2 (patch)
tree7351357bd38139b0267f1a4cdeff4b5143f5e89a /nix/flake.nix
parent3e139a0e702513f6e1145158b2695b43c8251b92 (diff)
added git with cgit
Diffstat (limited to 'nix/flake.nix')
-rw-r--r--nix/flake.nix9
1 files changed, 9 insertions, 0 deletions
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 = [