Skip to content

Commit

Permalink
feat: nixos-firehol
Browse files Browse the repository at this point in the history
  • Loading branch information
hugosenari committed Feb 15, 2023
1 parent d11240c commit 6863f2e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions nixos-firehol.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
let
url = "https://github.com/TinHead/nixos-firehol.git";
src = builtins.fetchGit {
inherit url;
rev = "5ce39a2eaa82c870e7c2a32374920c7110757660";
};
in
{
files.docs."/gh-pages/src/nixos-firehol.md".modules = [
"${src}/nixos-firehol.nix"
];
files.mdbook.summary = ''
---
- [NixOS-FireHOL](./nixos-firehol.md)
'';
about.sources = "- [NixOS-FireHOL](${url})";
}
1 change: 1 addition & 0 deletions project.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
./nixops-gce.nix
./nixops-hcloud.nix
./nixops-libvirtd.nix
./nixos-firehol.nix
./nixos-hardware.nix
# ./nixos-modules-contrib.nix
./nur-combined.nix
Expand Down

0 comments on commit 6863f2e

Please sign in to comment.