nix flake check
This commit is contained in:
parent
7f8659d8af
commit
07ca34cc29
5 changed files with 10 additions and 8 deletions
nixos
|
@ -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" ];
|
||||
|
|
|
@ -182,7 +182,7 @@ in
|
|||
overwriteProtocol = "https";
|
||||
dbtype = "mysql";
|
||||
dbpassFile = "/run/secrets/nextcloud_database_password";
|
||||
dbport = 3306;
|
||||
dbhost = "localhost:3306";
|
||||
defaultPhoneRegion = "DE";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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
|
||||
# ----------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue