nixfmt rfc style

This commit is contained in:
goeranh 2025-05-26 11:57:29 +02:00
parent 037b196e94
commit 133d5a69a5
No known key found for this signature in database
4 changed files with 91 additions and 46 deletions

View file

@ -1,4 +1,10 @@
{ config, lib, pkgs, ... }: {
{
config,
lib,
pkgs,
...
}:
{
users.groups.authentik = { };
users.users.authentik = {
isSystemUser = true;