diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-12 14:27:49 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-13 11:29:31 +0200 |
commit | a62fe7264b07df7c9d948f56da675c698f9b1616 (patch) | |
tree | c1e01794c0426ec9b5e5a3b8e6a387d851342802 /tests/by-name/sh | |
parent | tests/rust-motd: Add a `sleep` to avoid flakiness (diff) | |
download | nixos-server-a62fe7264b07df7c9d948f56da675c698f9b1616.zip |
{modules,pkgs}/sharkey: Use the sharkey package and module from nixpkgs
Sharkey was package in nixpkgs.
Diffstat (limited to 'tests/by-name/sh')
-rw-r--r-- | tests/by-name/sh/sharkey-cpu/test.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/by-name/sh/sharkey-cpu/test.nix b/tests/by-name/sh/sharkey-cpu/test.nix index 438cfb3..6082806 100644 --- a/tests/by-name/sh/sharkey-cpu/test.nix +++ b/tests/by-name/sh/sharkey-cpu/test.nix @@ -38,7 +38,7 @@ nixos-lib.runTest { }; systemd.services = { # Avoid an error from this service. - "acme-sharkey.server".serviceConfig.ExecStart = pkgs.lib.mkForce "${pkgs.lib.getExe' pkgs.coreutils "true"}"; + "acme-sharkey.server".enable = false; # Test that sharkey's hardening still allows access to the CPUs. sharkey.serviceConfig.ExecStart = let |