• 4 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: July 5th, 2023

help-circle
  • Hey there.

    I’m pretty interested in Nix, but I can’t see myself switching away from Gentoo really. I know it pretty much inside out and I can have the level of control over my system that my OCD needs. Over > 20 years, I’ve always come back to Gentoo after excursions elsewhere.

    With that out of the way, I’ll say that exploring Nix is something I want to do eventually and is firmly pinned to my list of distros to try out. I guess the main thing that turns me off is the domain-specific language that’s used throughout. A similar and oft-compared system which also interests me is Guix, and it probably falls a little ahead of Nix on my to-try-out list owing to its use of Guile (like Scheme) for the same purpose.














  • Perhaps a bit more technically involved for some tastes, but here’s my setup –

    I’ve used pass for the past few years, a command line based password manager that stores GPG encrypted passwords as text files in a git repository. I use it for more than passwords, so it’s more like a passwords-and-other-sensitive-secrets manager.

    There’s no defined structure, that is left to the user to figure out, but the basic command to get a password and copy it to the clipboard simply grabs the first line of the file, which is where I insert the actual password. There’s other info in there too, usernames, challenge questions, etc.

    I push the git repo to gitlab, transported via ssh. On my phone, I use a client for Android called Android Password Store, which pulls from the git repository and has an easy interface for adding, editing, and accessing the passwords.

    It costs nothing, stays backed up, and works pretty well for my purposes. Despite that, I was looking around to see if KeePass would be a better solution for me in any way, and found this cool thing, passhole, which provides KeePass with a CLI interface similar to that of pass, which is a big part of my attraction to it.