From ae750d5cc7f39a69728051ff577fd0a5abb41049 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Wed, 8 Oct 2025 22:14:13 -0400 Subject: add git vm --- flake.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 6dc888d..b982f4e 100644 --- a/flake.nix +++ b/flake.nix @@ -49,6 +49,19 @@ ]; }; + git = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + specialArgs = { inherit inputs; }; + modules = [ + inputs.disko.nixosModules.default + + ./machines/git/configuration.nix + + inputs.home-manager.nixosModules.default + inputs.impermanence.nixosModules.impermanence + ]; + }; + }; }; } -- cgit v1.2.3