home.social
  1. @Larvitz How is Step CA? Are you coming from another CA solution?

    Been thinking about running in my cluster, but have been apprehensive because of how many features seem to be gated behind smallstep's proprietary version. Would love to have this integrated with and using the on my nodes. Was going to do a rearchitecting of my entire and stack when I switch from the deprecated API to the

  2. It would be really nice to have my personal configs for , , or in my config, but also let a provide extra config specific to that repo.

    Any ideas on how something like this could be achieved?

  3. Enabling an auth method shouldn't prevent you from using others, but if you enable fingerprint auth via , privilege escalation commands like don't let you use a password anymore to authorize actions; you must use a fingerprint (until the fingerprint request times out)

    dialogs show a useless "Authenticate" button that never actually gets clicked, but not a password entry textbox (until after fingerprint auth fails)

    The UI is already there, just show it!

  4. Moreover, the UI for in is also really clunky. Uglier than the sudo prompt, but with even less feedback on whether your finger was scanned properly.

    Sad since the design mockups for this look so gorgeous.

  5. The current status of scanning via in & is so bad.

    Fingerprint login doesn't unlock the keyring, so immediately after login, you get dialogs asking you to manually type your password to unlock them.

    Might as well just not allow fingerprint login in GDM and only allow fingerprints to dismiss the lockscreen post-login.

  6. @alextecplayz @cassidy
    - In my usage & both work very well. too for syncing files with

    - Everything does is possible w/ , , & opening manifests or specific to activities, which are loosely analogous to services, which works well for.

    - Never used , but works super well with communicating w/ via . Would make for an awesome

  7. @mauriciobc @CleoMenezesJr Does or Calibre-Web support serving your library via ?

    If so, you could point [Foliate](flathub.org/apps/com.github.jo) at it. It's a really nice app! Would be nice if it had functionality to sync your catalog and reading progress across devices.

  8. @roberth @arianvp Hell yeah! Thanks for the info! (and implementation 😎️)
    Good to know I can just do `nix run unstable#nix -- ..config.myhost.system.build.toplevel` as a temporary workaround.

    Curious how this is done. Will peep the implementation.

  9. @arianvp Would be nice if stack traces could be constricted to include/exclude specific paths.

    - Paths within my git repo ... *very much* care about *all* of them
    - Paths within nixpkgs ... *maybe* care about 4-8 frames

    to find the error, you gotta sift through 500 lines of garbage. Makes iterating on NixOS a nightmare

    `nixos-rebuild` should collapse irrelevant internal frames by default. If you need the whole trace use `nix build ..host.config.system.build.toplevel`.

  10. @brainblasted

    Should be possible with [mobile-nixos](github.com/NixOS/mobile-nixos) and `nix build ..<host>.config.system.build.iso-image`

    The project is kinda rough tho. Development/maintenance is slow, probably due to doing a bunch of nonstandard things on top of NixOS and not supporting Nix flakes.

    I have a OnePlus 6T, so hopefully I can step up to help maintain the project once I'm a little more knowledgeable with Nix and boot related stuff.