Technical

Results 4 comments of Technical

> I had some fixing to do and enabled static linking for `portmaster-start` and `portmaster-core` in the process. The newest release of these two components is now statically linked. >...

Some movements on this. I've managed to install portmaster with the following changes: On configuration.nix: ``` systemd.services.portmaster = { enable = true; unitConfig = { Description = "Portmaster by Safing";...

Well, new tests. If I run an update command, everything works: ``` /root/portmaster/portmaster-start update 230103 15:49:18.703 ▶ BOF 230103 15:49:19.622 r/updating:165 ▶ INFO 001 updates: updated index all/intel/intel.json with 10...

Sometimes, it seems that topgrade is downgrading the nix packages (instead of upgrading). See an example: ``` ── 19:44:26 - Nix ────────────────────────────────────────────────────────────── replacing old 'nix-2.14.1' installing 'nix-2.13.3' unpacking channels... upgrading...