- 0 Posts
- 5 Comments
Joined 2 years ago
Cake day: June 26th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
It helps to run the garbage collector and clean out the Nix store. Once you get a stable version that works, clear your nix store.
See this built in helper script
If you’re new you might have a bunch of stuff in the store from trying out things. You can also delete objects older than a certain period, which is nice.
tux7350@lemmy.worldto Programmer Humor@programming.dev•there's no escape! brew another cup!4·2 months agoIm at the compose2nix phase of this pipeline. Ive got a bunch or sevices in Docker compose files and all of my systems have been running Nix for over a year now. Ive gotten the hang of my repo and made a couple modules for my specific uses and im hooked.
What would you suggest to migrate all my compose files into a nix friendly environment? I use flakes as well.
Did you allow the containers to talk to eachother with ufw after setting it up?