Add gitea machine conf

This commit is contained in:
Vili Sinervä 2025-01-15 00:40:42 +02:00
parent c1f7c5b93a
commit e25f9e4868
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

12
machine-confs/gitea.nix Normal file
View file

@ -0,0 +1,12 @@
{ ... }:
{
networking.hostName = "gitea";
imports = [
../base.nix
../services/gitea.nix
];
# HARDWARE SPECIFIC
services.qemuGuest.enable = true;
}