Post AFTYF0ta65mqLuOb9U by finn@pl.cutiemiku.tk
 (DIR) More posts by finn@pl.cutiemiku.tk
 (DIR) Post #AFTYDVZV4bSsuhHkRM by finn@pl.cutiemiku.tk
       2022-01-15T19:37:40.569521Z
       
       1 likes, 0 repeats
       
       Video about sudo and doas:Sudo is a Bloated Insecure Mess (install doas)And example of doas configuratin in NixOS(not mine, I didn’t do it yet):security.doas.enable = true;security.sudo.enable = false;Configure doassecurity.doas.extraRules = [{users = [ “otto” ];keepEnv = true;persist = true;}];
       
 (DIR) Post #AFTYE5HgIKbNfrE1fE by finn@pl.cutiemiku.tk
       2022-01-15T19:40:02.493809Z
       
       1 likes, 0 repeats
       
       Options for doas in NixOS: https://search.nixos.org/options?channel=21.11&from=0&size=50&sort=relevance&type=packages&query=security.doas
       
 (DIR) Post #AFTYF0UlaLwB6wmmTQ by cnx@nixnet.social
       2022-01-15T19:56:57.429829Z
       
       0 likes, 0 repeats
       
       i mostly just use su on a single human user system like that, @finn
       
 (DIR) Post #AFTYF0ta65mqLuOb9U by finn@pl.cutiemiku.tk
       2022-01-15T20:03:41.254446Z
       
       1 likes, 0 repeats
       
       @cnx I don't, in the most cases I use sudo, that's why I want to replace sudo with doas.
       
 (DIR) Post #AFTYGeFjFmW0hqXDCC by ben@cawfee.club
       2022-01-15T20:17:39.348350Z
       
       1 likes, 0 repeats
       
       @cnx @finn Oh! I do that too, even though I have sudo pre-installed on that Fedora system