Skip to content

Commit

Permalink
alist:fra1 -> hkg4
Browse files Browse the repository at this point in the history
  • Loading branch information
jz8132543 committed Nov 29, 2024
1 parent 2dc4e54 commit 393c07f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"proxy": false
},
"alist": {
"on": "fra1",
"on": "hkg4",
"proxy": false
},
"atuin": {
Expand Down
2 changes: 1 addition & 1 deletion nixos/hosts/fra1/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
(import nixosModules.services.matrix { })
(import nixosModules.services.keycloak { })
(import nixosModules.services.vaultwarden { })
(import nixosModules.services.alist { })
# (import nixosModules.services.alist { })
];
}
2 changes: 2 additions & 0 deletions nixos/hosts/hkg4/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
nixosModules.services.perplexica
nixosModules.services.rustdesk
nixosModules.services.murmur
nixosModules.services.teamspeak
(import nixosModules.services.alist { })
];
nix.gc.options = lib.mkForce "-d";
}
2 changes: 1 addition & 1 deletion terraform/cloudflare.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ locals {
ts = { on = "fra1", proxy = false }
ldap = { on = "fra1", proxy = false }
sso = { on = "fra1", proxy = false }
alist = { on = "fra1", proxy = false }
mta-sts = { on = "fra1", proxy = false }
atuin = { on = "fra1", proxy = false }
ntfy = { on = "fra1", proxy = false }
Expand All @@ -88,6 +87,7 @@ locals {
minio-console = { on = "fra1", proxy = false }
"admin.m" = { on = "fra1", proxy = false }
jellyfin = { on = "fra1", proxy = false }
alist = { on = "hkg4", proxy = false }
murmur = { on = "hkg4", proxy = false }
searx = { on = "hkg4", proxy = false }
morty = { on = "hkg4", proxy = false }
Expand Down

0 comments on commit 393c07f

Please sign in to comment.