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