PopeRigby

Results 179 comments of PopeRigby

Ahhh. The `gluetun` wiki says to use that, so that's why I was confused: https://github.com/qdm12/gluetun/wiki/VPN-server-port-forwarding#test-it

Hmm. The `LISTENING_PORT` variable doesn't seem to affect it either. It's still checking 9999.

Hmm, that's a good point. So we'll just have to manually move around our disk encryption files?

Wait a second, you don't need to store the password file anywhere. The password just needs to be read by Disko for the intial encryption setup and then you type...

I think you would just need sops to decrypt your LUKS password and place it in `/tmp` to be used with something like this: https://github.com/nix-community/disko/blob/5f7bdc72053380270f2a88690a14292c63cd5643/example/luks-interactive-login.nix#L25 It would only be needed...

Yes, but that would be less convenient because you would have to copy over both your password file and encryption key for agenix/sops-nix.

This is what I came up with in my custom installation script: ```bash export SOPS_AGE_KEY_FILE=$AGE_KEY_FILE ${sops}/bin/sops --decrypt --extract "['$TARGET_HOST']['luks_password']" "$CONFIG_DIR/secrets/secrets.yaml" > /tmp/luks_password ```

Would this feature also allow running something like `mangohud` or `gamescope` before a program?