Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CI
Posts
1
Comments
162
Joined
5 mo. ago

  • I was considering putting the secrets somewhere not in /etc/nixos/ and just point to them. Then I could push my nix files without worry. My plan was to use my other server as a remote with just git and ssh, but that server is not responding and is ~6 by car away from me (I don't own a car). It will be traveling here soon so I can configure it and send it back though.

    Thanks for the link to sops-nix, I will check it out. As you said, NixOS is great when you have it running. I can't see myself going back to debian now.

  • I suggest giving NixOS a try. I recommend it because it makes it easy to add or remove stuff. Changing names on containers, removing installed application etc is just changing your configuration. And if you mess something up and it does not boot, you can just boot from the last working configuration.

    Containers are also really easy to manage. Convert a docker run command with https://www.composerize.com/ and then use https://github.com/aksiksi/compose2nix to convert the yaml file to a nix file. Configure as needed.

  • Simple ≠ easy

    The equation is simple. Actually losing weight is difficult. This is what confused me about your first comment, I couldn't tell if you were saying that it was not simple or not easy. And as you said, losing weight could be lost as either fat or muscle. If your energy intake is less than what you need to sustain your body, the body will take from your reserves (could be fat or muscles).

    I am sure there are complexites to this that I am missing, like what happens if you were to starve then start eating again. The advise I find to be the best is to try to find a diet that you can maintain indefinitely. That does not mean to never eat ice cream, it means to eat less ice cream. If you are eating one bag of chips per day, make it once a weak. Did you eat X today, don't eat Y as well

    Gaining muscles though, all I know about that is mostly nothing so I won't speak on it.

  • I have similar stats on my server. I have ~40 containers running (some are duplicate because I am to lazy to combine all PSQL servers). And since I am the only user, most of them are idle for a lot of the time.