domain change

This commit is contained in:
2025-08-14 17:26:23 +02:00
parent 21c59a8b38
commit 5c58692fed
2 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ in {
networking = {
hostName = "sobotka";
domain = "cnst.dev";
domain = "cnst.lan";
};
powerManagement.enable = false;

View File

@@ -2,7 +2,7 @@
server = {
enable = true;
email = "adam@cnst.dev";
domain = "cnst.dev";
domain = "cnst.lan";
user = "share";
group = "share";
uid = 994;
@@ -48,7 +48,7 @@
};
vaultwarden = {
enable = true;
url = "vault.cnst.dev";
url = "vault.cnst.lan";
cloudflared = {
tunnelId = "fdd98086-6a4c-44f2-bba0-eb86b833cce5";
credentialsFile = config.age.secrets.vaultwardenCloudflared.path;