From 1c6a26c20e6648eaeadb19793f31d4f4fad31545 Mon Sep 17 00:00:00 2001
From: matt1432 <matt@nelim.org>
Date: Wed, 26 Mar 2025 22:22:40 -0400
Subject: [PATCH] chore: clean up TODOs and FIXMEs

---
 configurations/homie/default.nix       | 2 +-
 packages/kapowarr/kapowarr/default.nix | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configurations/homie/default.nix b/configurations/homie/default.nix
index 23892c2d..a2f72a7d 100644
--- a/configurations/homie/default.nix
+++ b/configurations/homie/default.nix
@@ -43,7 +43,7 @@
     firewall.enable = false;
   };
 
-  # FIXME: temporary fix while I figure out the issue with the Network Card?
+  # temporary fix while I figure out the issue with the Network Card
   systemd.services."temp-fix-nic" = {
     wantedBy = ["multi-user.target"];
     after = ["tailscaled.service"];
diff --git a/packages/kapowarr/kapowarr/default.nix b/packages/kapowarr/kapowarr/default.nix
index 80108efa..e59701cb 100644
--- a/packages/kapowarr/kapowarr/default.nix
+++ b/packages/kapowarr/kapowarr/default.nix
@@ -37,7 +37,7 @@ in
     };
 
     postPatch = ''
-      # FIXME: THIS DOESN'T WORK
+      # TODO: makes sure this works
       substituteInPlace ./backend/implementations/converters.py \
           --replace-fail \
               "exe = folder_path('backend', 'lib', Constants.RAR_EXECUTABLES[platform])" \