morph
NixOS deployment tool (by DBCDK)
sops-nix
Atomic secret provisioning for NixOS based on sops (by Mic92)
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
morph
Posts with mentions or reviews of morph.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-26.
- Wir schreiben für das c't-Magazin über Linux - fragt uns alles! [Beginn um 17 Uhr]
-
The best solution for deploying flakes
There are 4 tools I'm taking into consideration right now, but every suggestion is welcome: 1. deploy-rs - I don't know anything about it, heard about it like a day or two ago 2. NixOps - the official one, I don't know what to think, but I have concerns about Flakes compatibility 3. morph - I understand this as "NixOps, but better", no more toughs. 4. colmena - seems to be pretty straightforward with quite nice docs
-
GitOps for NixOS
All the configuration for the server is in the repo, and the NixOS machine is automatically built and deployed on every commit through GitHub Actions using Morph.
-
Automatically OCR scanned PDFs in NixOS
My scanner is a Brother ADS-1700w. The server is the smallest Hetzner Cloud instance (CX11) and costs me 3 Euro's a month. I use the OCRmyPDF to run optical character recognition. The server is running NixOS and is deployed using morph. Finally, I'm using healthchecks.io to let me know when the setup breaks.
sops-nix
Posts with mentions or reviews of sops-nix.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-08-03.
-
Managing NixOS Secrets via SOPS, sops-nix and opsops
The sops-nix module decrypts secrets at activation time and provides them as individual files under the secret store, usually /run/secrets. The file tree under the secret store is the same as the key tree in the encrypted file: Each encrypted value is the content of the file, its key is the file name, and its parent directories are the path to the key:
-
Archiving PostgreSQL Backups on NixOS
In my actual setups, I use sops-nix (along with my opsops) to produce the GPG key and rclone configuration files. This way, I can manage the secrets in a secure and comfortable way.
-
Show me the way to cloud infra
For applications, I think environment variables are great. Especially if you adopt nomad because you could also use vault to populate secrets in. For machines that won't work so you'll need something else like https://github.com/Mic92/sops-nix
-
how to store secrets needed at install time
I've heard good things about and seen sops-nix used on a few really solid configs. Others tend to use Age or Homeage.
-
Nix way to recreate environments including authentication, configuration, etc?
You can use something like sops-nix if you're on NixOS https://github.com/Mic92/sops-nix.
-
Building a highly optimized home environment with Nix
Yeah, I don't know how to manage secrets yet. I've read about sops-nix, but I don't have the slightest clue how to integrate it into my own nix-config.
-
What would make NixOS more secure?
I use sops-nix for that. Secrets are stored encrypted in the store, and decrypted at runtime.
-
What to do...
One think I saw that I don't recommend is to change your password after installing; that's not very reporoducible, use users.users..hashedPassword or users.users..passwordFile with agenix or sops-nix.
- How to handle secrets in NixOS (for Docker container and Systemd Services)?
-
How do you manage your private keys?
So, I did some digging. According to the first Dicourse chat that popped up, it's "not possible". That's not an acceptable answer for me ;). I read through HM's appendix to see if there's a mention of private keys there (there weren't). I also know of SOPS (and sops-nix), but that seems to require an SSH/GPG key to decrypt :D.
What are some alternatives?
When comparing morph and sops-nix you can also consider the following projects:
nixops - NixOps is a tool for deploying to NixOS machines in a network or cloud.
agenix - age-encrypted secrets for NixOS and Home manager
colmena - A simple, stateless NixOS deployment tool
vault-secrets - NixOS tooling for Hashicorp Vault
deploy-rs - A simple multi-profile Nix-flake deploy tool.
digga - A flake utility library to craft shell-, home-, and hosts- environments.
archwiki - MediaWiki used on Arch Linux websites (read-only mirror)
nixfiles - My NixOS configuration and assorted other crap.
mobile-nixos - 📱 (rebooting... please wait...)
nixos-config - Mirror of https://code.balsoft.ru/balsoft/nixos-config
nixos-hardware - A collection of NixOS modules covering hardware quirks.
nixos-config - My NixOS configurations.