+14
README.md
+14
README.md
···+these are set of nixos modules for more convenient deployment of cloud resources for various providers. only implemented module is for firewalls right now, supporting hetzner.+- for flakes use the flake output `makeApps` and `makeApps {inherit pkgs self;}`. you can assign the output of this to your `outputs.apps` as it generates flake apps.+- for non-flake use `import ./makeApps.nix {inherit pkgs nixosSystem;}`, this will return an attribute set with a `run` key which is the generated app.
+2
-1
firewall/provider/hetzner/default.nix
+2
-1
firewall/provider/hetzner/default.nix
······
+1
flake.nix
+1
flake.nix
+54
makeApps.nix
+54
makeApps.nix
···