This commit is contained in:
rasmus-kirk
2025-10-23 14:26:54 +02:00
parent decf631992
commit 9181f22429
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -35,6 +35,8 @@
nixosModules.default.imports = [./nixarr vpnconfinement.nixosModules.default];
# Add tests attribute to the flake outputs
# To run interactively run:
# > nix build .#checks.x86_64-linux.monitoring-test.driver -L
checks = forAllSystems ({pkgs}: {
permissions-test = pkgs.callPackage ./tests/permissions-test.nix {
inherit (self) nixosModules;