update some niri

This commit is contained in:
Jana Dönszelmann 2026-02-22 17:33:58 +01:00
parent ad3ded339f
commit ef29bdf5aa
No known key found for this signature in database
8 changed files with 254 additions and 129 deletions

View file

@ -68,10 +68,21 @@
settings = {
server.externalDomain = "https://photos.donsz.nl";
logging.level = "verbose";
logging.level = "log";
passwordLogin.enabled = false;
storageTemplate = {
enabled = true;
# year / album name or "Other" / y m d / filename
template = "{{y}}/{{#if album}}{{album}}{{else}}Other{{/if}}/{{y}}-{{MM}}-{{dd}}/{{filename}}";
hashVerificationEnabled = true;
};
reverseGeocoding = {
enabled = true;
};
oauth = {
enabled = true;
@ -84,10 +95,7 @@
roleClaim = "immich_role";
scope = "openid email profile groups";
tokenEndpointAuthMethod = "client_secret_post";
# storageLabelClaim: "",
# "mobileOverrideEnabled": false,
# "mobileRedirectUri": "",
storageLabelClaim = "preferred_username";
};
};
mediaLocation = "/storage/storage/media-server/photos";

View file

@ -61,6 +61,7 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
gcc
firefox
kitty
@ -87,6 +88,9 @@
'';
}
) { })
config.boot.kernelPackages.perf
rr
];
services.xserver.enable = true;