remove docker
This commit is contained in:
parent
b598302054
commit
382e57316a
6 changed files with 0 additions and 69 deletions
|
@ -14,7 +14,6 @@
|
||||||
./wireguard.nix
|
./wireguard.nix
|
||||||
./cron.nix
|
./cron.nix
|
||||||
./firewall.nix
|
./firewall.nix
|
||||||
./docker
|
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
{ ... }: {
|
|
||||||
imports = [
|
|
||||||
./internal
|
|
||||||
./external
|
|
||||||
];
|
|
||||||
}
|
|
|
@ -1,5 +0,0 @@
|
||||||
{ ... }: {
|
|
||||||
imports = [
|
|
||||||
|
|
||||||
];
|
|
||||||
}
|
|
|
@ -1,26 +0,0 @@
|
||||||
{ ... }: {
|
|
||||||
virtualisation.oci-containers.containers."cyberchef" = {
|
|
||||||
image = "coretinth/cyberchef:latest";
|
|
||||||
hostname = "cyberchef";
|
|
||||||
log-driver = "journald";
|
|
||||||
# dependsOn = [
|
|
||||||
# "promtail"
|
|
||||||
# "traefik-int"
|
|
||||||
#];
|
|
||||||
labels = {
|
|
||||||
"type" = "internal";
|
|
||||||
"traefik.enable" = "true";
|
|
||||||
"traefik.http.routers.cyberchef.tls" = "true";
|
|
||||||
"traefik.http.routers.cyberchef.entrypoints" = "web-secure-int";
|
|
||||||
"traefik.http.routers.cyberchef.rule" = "Host(`cyber.sysctl.io`)";
|
|
||||||
"traefik.http.services.cyberchef.loadbalancer.server.port" = "8000";
|
|
||||||
"traefik.http.routers.cyberchef.tls.certresolver" = "letsencrypt-int";
|
|
||||||
"traefik.docker.network" = "sysctlio_default";
|
|
||||||
# Flame Configs
|
|
||||||
"flame.icon" = "home";
|
|
||||||
"flame.type" = "app";
|
|
||||||
"flame.url" = "https://cyber.sysctl.io";
|
|
||||||
"flame.name" = "Cyberchef";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,5 +0,0 @@
|
||||||
{ ... }: {
|
|
||||||
imports = [
|
|
||||||
./it-tools.nix
|
|
||||||
];
|
|
||||||
}
|
|
|
@ -1,26 +0,0 @@
|
||||||
{ ... }: {
|
|
||||||
virtualisation.oci-containers.containers."it-tools" = {
|
|
||||||
image = "coretinth/it-tools:latest";
|
|
||||||
hostname = "it-tools";
|
|
||||||
log-driver = "journald";
|
|
||||||
# dependsOn = [
|
|
||||||
# "promtail"
|
|
||||||
# "traefik-int"
|
|
||||||
#];
|
|
||||||
labels = {
|
|
||||||
"type" = "internal";
|
|
||||||
"traefik.enable" = "true";
|
|
||||||
"traefik.http.routers.it-tools.tls" = "true";
|
|
||||||
"traefik.http.routers.it-tools.entrypoints" = "web-secure-int";
|
|
||||||
"traefik.http.routers.it-tools.rule" = "Host(`sysctl.io`)";
|
|
||||||
"traefik.http.services.it-tools.loadbalancer.server.port" = "80";
|
|
||||||
"traefik.http.routers.it-tools.tls.certresolver" = "letsencrypt-int";
|
|
||||||
"traefik.docker.network" = "sysctlio_default";
|
|
||||||
# Flame Configs
|
|
||||||
"flame.icon" = "home";
|
|
||||||
"flame.type" = "app";
|
|
||||||
"flame.url" = "https://sysctl.io";
|
|
||||||
"flame.name" = "IT Tools";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue