Skip to content
This repository was archived by the owner on Jul 6, 2024. It is now read-only.

Commit 47ab112

Browse files
committed
feat(meshcentral): Move
1 parent b4013ca commit 47ab112

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

hosts/nas/default.nix

-7
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,6 @@ in
7979
acmeCloudflareAuthFile = config.sops.secrets."networking/cloudflare/auth".path;
8080
};
8181

82-
meshcentral = {
83-
enable = true;
84-
enableReverseProxy = true;
85-
package = pkgs.unstable.meshcentral;
86-
meshcentralURL = "meshcentral.greyrock.casa";
87-
};
88-
8982
minio = {
9083
enable = true;
9184
package = pkgs.unstable.minio;

hosts/utility/default.nix

+7
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ in
6161
];
6262
};
6363

64+
meshcentral = {
65+
enable = true;
66+
enableReverseProxy = true;
67+
package = pkgs.unstable.meshcentral;
68+
meshcentralURL = "meshcentral.greyrock.casa";
69+
};
70+
6471
nginx = {
6572
enableAcme = true;
6673
acmeCloudflareAuthFile = config.sops.secrets."networking/cloudflare/auth".path;

0 commit comments

Comments
 (0)