Blaz Prah

Results 7 comments of Blaz Prah

I thought if there is no OIDC auth in this app, i could just disable logins and secure the app with a reverse proxy. Either one would be nice to...

I know this question is ancient, but for anyone wondering, this is what worked for me, taken from https://carjorvaz.com/posts/ipxe-booting-with-nixos ```nix {inputs, ...}: let sys = inputs.nixpkgs.lib.nixosSystem { system = "x86_64-linux";...

It seems that just exiting a terminal where `sudo su` is active causes this issue. I have tried multiple terminal emulators, same issue. I have tried to exit the terminal...

> Note: the example you cite is `sudo su`; is that our `su` implementation or the "regular" version? Does it also occur with say something like `sudo sleep 600` or...

> Does it happen with `sudo sudo -s` as well? No. After i close the terminal that has an active `sudo sudo -s` or `sudo bash` every sudo process is...

Alright, well i learned that i should use `sudo -s` and `sudo -i`, but if youre going to troubleshoot this interaction just remember that nixos uses this `su` implementation ->...

> I tried creating a new outpost for the docker connection but it didn't work for me. Only attaching to the default outpost did. Same for me, ive tried thoroughly...