ran linter

This commit is contained in:
Leyla Becker 2024-09-21 17:21:29 -05:00
parent 8a38515694
commit a566e56a94

View file

@ -10,7 +10,9 @@
options = {
domains = {
base_domain = lib.mkOption { type = lib.types.str; };
base_domain = lib.mkOption {
type = lib.types.str;
};
headscale = {
subdomain = lib.mkOption {
type = lib.types.str;
@ -101,7 +103,7 @@
postgresql = {
enable = true;
ensureDatabases = [ "forgejo" ];
ensureDatabases = ["forgejo"];
identMap = ''
# ArbitraryMapName systemUser DBUser
superuser_map root postgres