git: init

This commit is contained in:
41666 2024-03-30 23:06:22 -04:00
parent a013bd04ca
commit a7229444ce
4 changed files with 95 additions and 65 deletions

View file

@ -0,0 +1,12 @@
{ ... }: {
imports = [
../../templates/proxmox-lxc.nix
../../server.nix
../../features/dns-cache.nix
../../features/telemetry
];
networking.hostName = "git";
system.stateVersion = "24.05";
nixpkgs.hostPlatform = "x86_64-linux";
}