From 884ac39665161f549c86af12ddd6fc4ad692f2a6 Mon Sep 17 00:00:00 2001 From: albert Date: Thu, 18 Jul 2024 14:13:17 +0900 Subject: [PATCH] Update README and remove Remmina from taskbar Plasma6 --- README.md | 5 ----- docs/complete.md | 5 +++++ home-manager/common/desktops/plasma6/plasma-manager.nix | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 94bced85..e14c9300 100644 --- a/README.md +++ b/README.md @@ -61,12 +61,7 @@ nix develop -c /etc/nixos/git/docs/setup.sh ## Homelab General * [ ] Upgrades: - * [ ] Nextcloud - * [ ] Configure Redis * [ ] Headscale 0.23 - Need to update the web ui - * [ ] Mealie - v1.6.0 - * [ ] Add OIDC config - * [ ] Re-install - Migration isn't working Completed To Do List [here](./docs/complete.md) diff --git a/docs/complete.md b/docs/complete.md index 0cdd2f75..91ce0751 100644 --- a/docs/complete.md +++ b/docs/complete.md @@ -211,3 +211,8 @@ * Maybe find a way to pull it from 24.05 temporarily * [x] New * [x] Set up TubeArchivist + * [x] Mealie - v1.6.0 + * [x] Add OIDC config + * [x] Re-install - Migration isn't working + * [x] Nextcloud + * [x] Configure Redis diff --git a/home-manager/common/desktops/plasma6/plasma-manager.nix b/home-manager/common/desktops/plasma6/plasma-manager.nix index 54dbe2d7..ca54f276 100644 --- a/home-manager/common/desktops/plasma6/plasma-manager.nix +++ b/home-manager/common/desktops/plasma6/plasma-manager.nix @@ -135,6 +135,7 @@ "org.kde.plasma.nightlight" "org.kde.plasma.clipboard" "steam" + "remmina" ]; }; };