add git host

This commit is contained in:
XenGi 2026-07-31 11:13:14 +02:00
commit f5f34ba661
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg
2 changed files with 53 additions and 0 deletions

View file

@ -229,6 +229,16 @@
./hosts/dav
];
};
nixosConfigurations."git" = nixpkgs.lib.nixosSystem {
#system = "x86_64-linux";
#pkgs = import nixpkgs { inherit system; };
inherit system;
modules = [
agenix.nixosModules.default
{ environment.systemPackages = [ (agenix.packages.${system}.default) ]; }
./hosts/git
];
};
};
#);
}