Switch to stable branch

This commit is contained in:
Filippo Berto 2026-01-05 09:53:31 +01:00
parent 34997e9134
commit fc1484a6b6
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC
7 changed files with 72 additions and 51 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ unstable, config, ... }:
let hosts = import ../hosts.nix; in {
users.groups.garage = { };
users.users.garage = { isSystemUser = true; group = "garage"; };
@ -20,7 +20,7 @@ let hosts = import ../hosts.nix; in {
services.garage = {
enable = true;
package = pkgs.garage_2;
package = unstable.garage_2;
settings = {
# data_dir = "/mnt/raid/garage/";
replication_factor = 1;

View file

@ -1,7 +1,8 @@
{
{ unstable, ... }: {
services = {
immich = {
enable = true;
package = unstable.immich;
accelerationDevices = null;
redis.enable = true;
openFirewall = true;