summaryrefslogtreecommitdiff
path: root/modules/server/virtualisation.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-23 01:02:01 -0700
committerFuwn <[email protected]>2024-09-23 01:02:01 -0700
commitd243642e3e0a784e24ee84cf698e298d8fce4f66 (patch)
tree318d41bc95807fdffb1a8701a9c7514726415920 /modules/server/virtualisation.nix
parentebisu: set up rui notifier (diff)
downloadnixos-config-d243642e3e0a784e24ee84cf698e298d8fce4f66.tar.xz
nixos-config-d243642e3e0a784e24ee84cf698e298d8fce4f66.zip
server: remove beszel
Diffstat (limited to 'modules/server/virtualisation.nix')
-rw-r--r--modules/server/virtualisation.nix38
1 files changed, 19 insertions, 19 deletions
diff --git a/modules/server/virtualisation.nix b/modules/server/virtualisation.nix
index 13f7b0e..a1a7e8e 100644
--- a/modules/server/virtualisation.nix
+++ b/modules/server/virtualisation.nix
@@ -114,25 +114,25 @@ in
volumes = [ "/mnt/docker/uptime-kuma:/app/data" ];
};
- beszel = {
- image = "henrygd/beszel";
- autoStart = true;
- ports = [ "8083:8090" ];
- volumes = [ "/mnt/docker/beszel:/beszel_data" ];
- };
-
- beszel-agent = {
- image = "henrygd/beszel-agent";
- autoStart = true;
- ports = [ "45876:45876" ];
- volumes = [ "/var/run/docker.sock:/var/run/docker.sock:ro" ];
- extraOptions = [ "--network=host" ];
-
- environment = {
- PORT = "45876";
- KEY = "ssh-ed25519 ${secrets.beszel_agent_public_key}";
- };
- };
+ # beszel = {
+ # image = "henrygd/beszel";
+ # autoStart = true;
+ # ports = [ "8083:8090" ];
+ # volumes = [ "/mnt/docker/beszel:/beszel_data" ];
+ # };
+
+ # beszel-agent = {
+ # image = "henrygd/beszel-agent";
+ # autoStart = true;
+ # ports = [ "45876:45876" ];
+ # volumes = [ "/var/run/docker.sock:/var/run/docker.sock:ro" ];
+ # extraOptions = [ "--network=host" ];
+
+ # environment = {
+ # PORT = "45876";
+ # KEY = "ssh-ed25519 ${secrets.beszel_agent_public_key}";
+ # };
+ # };
};
};
};