Switch to stable branch
This commit is contained in:
parent
34997e9134
commit
fc1484a6b6
7 changed files with 72 additions and 51 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
{ unstable, ... }: {
|
||||
services = {
|
||||
immich = {
|
||||
enable = true;
|
||||
package = unstable.immich;
|
||||
accelerationDevices = null;
|
||||
redis.enable = true;
|
||||
openFirewall = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue