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])" \