#
nixops
Here are 61 public repositories matching this topic...
Atomic secret provisioning for NixOS based on sops
-
Updated
Jun 28, 2022 - Go
A collection of Nix packages and NixOS modules for easily installing full-featured Bitcoin nodes with an emphasis on security.
-
Updated
Jun 29, 2022 - Nix
My system configuration
-
Updated
Jun 10, 2022 - Nix
Tutorial for practical deployments with NixOps
-
Updated
Apr 15, 2020 - Nix
A user-guide to create a Raspberry Pi (3B+, 4) cluster under NixOS and managed by NixOps
-
Updated
Mar 2, 2021 - Nix
NixOS Guide
linux
awesome
nix
functional-programming
nixops
nixos
operating-system
awesome-list
nixpkgs
sre
declarative-language
nix-darwin
nixos-expression
nix-shell
nixos-service
nixplatform
nixos-module
nix-packages
nix-flake
nixos-config
-
Updated
Jun 23, 2022 - Nix
One-stop shop for defining, testing, and deploying a WordPress CMS site using Nginx with Nix, NixOps, and NixOS
-
Updated
May 12, 2018 - Nix
Toy highly-available Kubernetes cluster on NixOS
-
Updated
Jun 2, 2022 - Nix
A NixOps plugin supporting Hetzner Cloud deployments.
-
Updated
Feb 28, 2022 - Python
My personal Nix infrastructure managed with latest NixOps.
-
Updated
Feb 24, 2022 - CSS
NixOps HashiCorp Vault resources
-
Updated
Jun 15, 2021 - Python
NixOps plugin for Grafana visualization tool
-
Updated
Feb 8, 2022 - Python
Improve this page
Add a description, image, and links to the nixops topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nixops topic, visit your repo's landing page and select "manage topics."
I’ve tried adding JsonSchema for our config (because having one will allow us adding custom config editors with validation and stuff). However, I was blocked on missing implementation of JsonSchema for IpNetwork. We either need to somehow pass it through into JsonSchema derive macro, or add implemetation to IpNetwork crate itself.
Related: https://gi