format && add nix-serve for caching
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{lib, ...}: let
|
||||
{ lib, ... }:
|
||||
let
|
||||
ssh_port = 24658;
|
||||
in {
|
||||
in
|
||||
{
|
||||
services = {
|
||||
gitea = {
|
||||
enable = true;
|
||||
@@ -16,7 +18,7 @@ in {
|
||||
};
|
||||
actions = {
|
||||
ENABLED = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user