nix flake check

This commit is contained in:
Ingolf Wagner 2024-05-27 19:10:54 +02:00
commit 07ca34cc29
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
5 changed files with 10 additions and 8 deletions
nixos/machines/orbi

View file

@ -182,7 +182,7 @@ in
overwriteProtocol = "https";
dbtype = "mysql";
dbpassFile = "/run/secrets/nextcloud_database_password";
dbport = 3306;
dbhost = "localhost:3306";
defaultPhoneRegion = "DE";
};
};