parent
5d3d6037d8
commit
41ff93c1d8
@ -589,7 +589,7 @@ in {
|
|||||||
keymap = handleTest ./keymap.nix {};
|
keymap = handleTest ./keymap.nix {};
|
||||||
kimai = handleTest ./kimai.nix {};
|
kimai = handleTest ./kimai.nix {};
|
||||||
kmonad = runTest ./kmonad.nix;
|
kmonad = runTest ./kmonad.nix;
|
||||||
knot = handleTest ./knot.nix {};
|
knot = runTest ./knot.nix;
|
||||||
komga = handleTest ./komga.nix {};
|
komga = handleTest ./komga.nix {};
|
||||||
krb5 = discoverTests (import ./krb5);
|
krb5 = discoverTests (import ./krb5);
|
||||||
ksm = handleTest ./ksm.nix {};
|
ksm = handleTest ./ksm.nix {};
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
import ./make-test-python.nix (
|
{
|
||||||
{ pkgs, lib, ... }:
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}:
|
||||||
let
|
let
|
||||||
common = {
|
common = {
|
||||||
networking.firewall.enable = false;
|
networking.firewall.enable = false;
|
||||||
@ -251,4 +254,3 @@ import ./make-test-python.nix (
|
|||||||
primary.log(primary.succeed("systemd-analyze security knot.service | grep -v '✓'"))
|
primary.log(primary.succeed("systemd-analyze security knot.service | grep -v '✓'"))
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user