nixos-conf/machine-confs/gitea.nix

12 lines
167 B
Nix

{ ... }:
{
networking.hostName = "gitea";
imports = [
../base.nix
../services/gitea.nix
];
# HARDWARE SPECIFIC
services.qemuGuest.enable = true;
}