Add gitea machine conf
This commit is contained in:
parent
c1f7c5b93a
commit
e25f9e4868
1 changed files with 12 additions and 0 deletions
12
machine-confs/gitea.nix
Normal file
12
machine-confs/gitea.nix
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
networking.hostName = "gitea";
|
||||||
|
|
||||||
|
imports = [
|
||||||
|
../base.nix
|
||||||
|
../services/gitea.nix
|
||||||
|
];
|
||||||
|
|
||||||
|
# HARDWARE SPECIFIC
|
||||||
|
services.qemuGuest.enable = true;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue