🎨 nixpkgs-fmt

This commit is contained in:
2022-05-06 20:01:04 -04:00
parent be14e0698c
commit ea5ba53e3c
9 changed files with 187 additions and 164 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
{ config, lib, pkgs, ... }:
let cfg = config.services.gitea;
in {
in
{
users.users.git = {
description = "Gitea Service";
home = cfg.stateDir;