From 3c2662e5fce884c6f744292306eefdc61b5e6580 Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 7 Aug 2025 19:16:34 +0200 Subject: [PATCH] added missing ref --- hosts/sisyphe/features/services/akkoma.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sisyphe/features/services/akkoma.nix b/hosts/sisyphe/features/services/akkoma.nix index 55a24ac..03d6ede 100644 --- a/hosts/sisyphe/features/services/akkoma.nix +++ b/hosts/sisyphe/features/services/akkoma.nix @@ -66,6 +66,7 @@ in }; services.akkoma.frontends.akkoma-fe = { name = "akkoma-fe"; + ref = "stable"; package = pkgs.runCommand "akkoma-fe" {