feat: inital public commit
This commit is contained in:
14
host/ark/service/auth.nix
Normal file
14
host/ark/service/auth.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ config, pkgs, ... }: {
|
||||
services.pocket-id = {
|
||||
enable = true;
|
||||
settings = {
|
||||
APP_URL = "https://auth.koon.us";
|
||||
TRUST_PROXY = true;
|
||||
ANALYTICS_DISABLED = true;
|
||||
|
||||
UI_CONFIG_DISABLED = true;
|
||||
|
||||
APP_NAME = config.oauth.name;
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user