This commit is contained in:
Joakim Repomaa
2025-02-11 10:31:10 +02:00
parent 21f3f9e390
commit 227319b662
4 changed files with 64 additions and 71 deletions

View File

@@ -67,11 +67,6 @@ in
};
};
bin = {
enable = true;
subdomain = "bin";
};
workout-tracker = {
enable = true;
subdomain = "fit";
@@ -104,4 +99,12 @@ in
tailscale.enable = true;
};
services = {
hastebin = {
enable = true;
subdomain = "bin";
};
};
}