Format nix files using new formatter

This commit is contained in:
2024-12-11 22:14:07 +01:00
parent 0d3da95ae2
commit b8ae40febd
6 changed files with 106 additions and 76 deletions

View File

@@ -1,4 +1,10 @@
{ config, pkgs, lib, ... }: {
{
config,
pkgs,
lib,
...
}:
{
# Set up Gitea with LFS support
services.gitea = {
enable = true;