git: init
This commit is contained in:
parent
a013bd04ca
commit
a7229444ce
4 changed files with 95 additions and 65 deletions
12
nixos/hosts/git/default.nix
Normal file
12
nixos/hosts/git/default.nix
Normal 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";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue