service: gitea&nginx

This commit is contained in:
Sky
2026-01-27 11:59:50 +00:00
parent a4b60e72a8
commit 1463b7fe63
6 changed files with 85 additions and 12 deletions

7
modules/system/nix.nix Normal file
View File

@@ -0,0 +1,7 @@
{ ... }:
{
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
}