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

View file

@ -3,8 +3,7 @@
services.paperless = {
enable = true;
address = "0.0.0.0";
package = pkgs.unstable.paperless;
extraConfig = {
settings = {
PAPERLESS_OCR_LANGUAGE = "deu+eng";
PAPERLESS_APP_TITLE = "paperless.chungus.private";
PAPERLESS_CONSUMER_IGNORE_PATTERN = builtins.toJSON [ ".DS_STORE/*" "desktop.ini" ];

View file

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

View file

@ -253,7 +253,7 @@ in
trustedProxies = [ "144.76.13.147" hostAddress ];
dbtype = "mysql";
dbpassFile = "/run/secrets/nextcloud_database_password";
dbport = 3306;
dbhost = "localhost:3306";
defaultPhoneRegion = "DE";
};
};

View file

@ -21,7 +21,7 @@
i18n.defaultLocale = lib.mkDefault "en_US.UTF-8";
console.font = "Lat2-Terminus16";
console.keyMap = lib.mkDefault "us";
services.xserver.layout = lib.mkDefault "us";
services.xserver.xkb.layout = lib.mkDefault "us";
# swappiness
# ----------