parent
7beaacf3f2
commit
1c6a26c20e
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@
|
||||||
firewall.enable = false;
|
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" = {
|
systemd.services."temp-fix-nic" = {
|
||||||
wantedBy = ["multi-user.target"];
|
wantedBy = ["multi-user.target"];
|
||||||
after = ["tailscaled.service"];
|
after = ["tailscaled.service"];
|
||||||
|
|
|
@ -37,7 +37,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
# FIXME: THIS DOESN'T WORK
|
# TODO: makes sure this works
|
||||||
substituteInPlace ./backend/implementations/converters.py \
|
substituteInPlace ./backend/implementations/converters.py \
|
||||||
--replace-fail \
|
--replace-fail \
|
||||||
"exe = folder_path('backend', 'lib', Constants.RAR_EXECUTABLES[platform])" \
|
"exe = folder_path('backend', 'lib', Constants.RAR_EXECUTABLES[platform])" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue