iopq

Results 65 comments of iopq

It uses iptables to make a proxy that all of the connections go through without having to configure it for every app. As such, it works for Steam, Wine, etc.

Most people use port 443, port 80 was weird sometimes

Then nobody can prevent a malicious server inflation vote stats by sending bogus numbers. At least now you can CHECK that the user in question did not vote on a...

1. Depends on the amount of data, I could support a lot for low bandwidth games, but then I accidentally DOS'd myself by syncing to the bitcoin network from one...

No, while a lot of Koreans ignore spacing, there's official spacing rules in Korean https://korean.stackexchange.com/questions/103/when-should-spaces-be-used-between-words But I feel there should be a feature for getting things "almost" right anyway to...

Yes, https://github.com/iopq/nixos-conf/blob/desktop/configuration.nix https://github.com/iopq/nixos-conf/blob/desktop/flake.nix this is the flakes way of installing it

Even though I did it the flakes way, I get this error when trying to install software to configuration.nix (not when installing to profile, which works fine)

I did that, and then I got: ``` error: attribute 'inputs' missing at /nix/store/h6mas49w0bwjxsql1fm9j7rr6jrdqvs4-source/lib/modules.nix:483:28: 482| builtins.addErrorContext (context name) 483| (args.${name} or config._module.args.${name}) | ^ 484| ) (lib.functionArgs f); (use '--show-trace'...

> I had the same problem as @IOPg. Confirming that adding `inputs` to `specialArgs` and at the top of my configuration.nix resolved the problem. Here's the [commit](https://github.com/ciferkey/NixOSConfig/commit/e5b2b21f6d8d8bc09a8a9f13bd91b3f7427eaa87) in my config...

I added it as an output, but when I tried using `nix-software-center` directly it didn't work error: undefined variable 'nix-software-center' at /nix/store/dqinl2bcvkhyjrhi9z1sjcfb0mgnfmj5-source/configuration.nix:196:5: 195| environment.systemPackages = with pkgs; [ 196| nix-software-center.packages.${system}.nix-software-center...