Commit b067832d2558

Vincent Demeester <vincent@sbr.pm>
2025-05-13 06:58:59
systems/aomi: change where tokenFile is
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent bae1c86
Changed files (1)
systems
systems/hosts/aomi.nix
@@ -297,7 +297,8 @@ in
           name = "aomi";
           enable = true;
           url = "https://codeberg.org";
-          tokenFile = "/home/vincent/sync/codeberg.token";
+          # tokenFile = "/home/vincent/sync/codeberg.token";
+          tokenFile = "/etc/codeberg.token";
           labels = [
             # "local:host"
             "nixos-${pkgs.system}:host"