Skip to content

Commit

Permalink
Add Rosenpass NixOS services and missing example (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
wamirez authored Nov 25, 2024
1 parent d7bedea commit 28aba14
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions projects/Rosenpass/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
lib,
sources,
} @ args: {
packages = {inherit (pkgs) rosenpass rosenpass-tools;};
packages = {
inherit (pkgs) rosenpass rosenpass-tools;
};
nixos = {
tests.rosenpass = import ./tests args;
modules.services.rosenpass = "${sources.inputs.nixpkgs}/nixos/modules/services/networking/rosenpass.nix";
tests.with-sops = import ./tests args;
tests.without-sops = "${sources.inputs.nixpkgs}/nixos/tests/rosenpass.nix";
examples = null;
};
}

0 comments on commit 28aba14

Please sign in to comment.