chore: clean up TODOs and FIXMEs

This commit is contained in:
matt1432 2025-03-26 22:22:40 -04:00
parent 7beaacf3f2
commit 1c6a26c20e
2 changed files with 2 additions and 2 deletions
configurations/homie
packages/kapowarr/kapowarr

View file

@ -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"];

View file

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