• 0 Posts
  • 5 Comments
Joined 2 years ago
cake
Cake day: December 27th, 2022

help-circle

  • I cannot access my homelab from my work network, so I cannot sync via Nextcloud. Syncthing would be better, but they just stopped supporting Android sync, which I need. Proton Drive doesn’t sync files on Android. On top of that, I don’t want to deal with sync issues because keepass isn’t designed for syncing like that. I’m not gonna go back to using Google, Microsoft, or Dropbox just for keepass. I’ve considered just keeping my db file on a flash drive, but all of the keepass Android apps I tried won’t automatically detect that the file exists when I plug in the drive.

    If someone has a better way for me to use it, please enlighten me.

    Bitwarden is slowly turning their stuff closed-source, and I hope they don’t turn to shit, but right now it’s what works.


  • Yeah, I’m talking about not just Nix, but NixOS. Nix (the package manager) can do a lot, but NixOS + disko + home-manager can literally be all of the configuration for your machine from drive partitioning through to dot files. Throw in nixos-anywhere and impermanence and you can have an insane amount of control over all of your computers.

    Ansible, Terraform, Chef, etc. do have some overlap, but the main difference is that those tools iterate through the system modifying it piece by piece and NixOS is declarative.

    If something fails in some of my bigger Ansible playbooks, it could mean 30 minutes of just running through all the steps again. I could probably break it into sections, but then I have to worry about making sure they all get run when things get updated. In my NixOS install, it’s way faster, I can roll back to a previous state, and troubleshooting is way easier in my opinion.