[habits] Removes Beaver Habits because it seems underdeveloped

This commit is contained in:
2025-07-25 13:43:27 -07:00
parent 19d8c5c097
commit 8a566715db
2 changed files with 0 additions and 19 deletions

View File

@@ -1,18 +0,0 @@
{ ... }:
{
virtualisation.web-containers.containers.beaver-habits = {
hostname = "habits";
domain = "havenisms.com";
image = "daya0576/beaverhabits:latest";
port = 8080;
oauthProxy = true;
volumes = [
"/tank/beaver-habits:/app/.user/"
];
environment = {
HABITS_STORAGE = "DATABASE";
INDEX_HABIT_DATE_COLUMNS = "7";
TRUSTED_EMAIL_HEADER = "X-Oidc-Email";
};
};
}

View File

@@ -1,7 +1,6 @@
{ ... }:
{
imports = [
./beaver-habits.nix
./chat.nix
./storyden.nix
];