Compare commits
2 Commits
f1493146ab
...
f369128cb7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f369128cb7 | ||
|
|
6210605ac2 |
@@ -38,10 +38,13 @@ in
|
||||
templates = {
|
||||
"auth.yaml" = {
|
||||
content = ''
|
||||
auth_oidc:
|
||||
client_id: "${config.sops.placeholder."home-assistant/auth-client-id"}"
|
||||
client_secret: "${config.sops.placeholder."home-assistant/auth-client-secret"}"
|
||||
discovery_url: "https://authentik.mjallen.dev/application/o/home-assistant/.well-known/openid-configuration"
|
||||
client_id: "${config.sops.placeholder."home-assistant/auth-client-id"}"
|
||||
client_secret: "${config.sops.placeholder."home-assistant/auth-client-secret"}"
|
||||
discovery_url: "https://authentik.mjallen.dev/application/o/home-assistant/.well-known/openid-configuration"
|
||||
roles:
|
||||
user: "non_existent"
|
||||
admin: "hass-admin"
|
||||
display_name: "Authentik"
|
||||
'';
|
||||
owner = config.users.users.hass.name;
|
||||
group = config.users.users.hass.group;
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
address = "10.0.1.4/24";
|
||||
gateway = "10.0.1.1";
|
||||
dns = "10.0.1.1";
|
||||
interface = "wlp1s0";
|
||||
interface = "enp2s0";
|
||||
};
|
||||
firewall = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user