checks/mumble: improve dependency closure

This commit is contained in:
a-kenji
2024-07-30 13:10:46 +02:00
parent 03f87b24d3
commit 9f6f754606

View File

@@ -10,11 +10,7 @@
(self.inputs.nixpkgs + "/nixos/tests/common/x11.nix")
{
clan.core.clanDir = ./.;
environment.systemPackages = [
pkgs.litecli
pkgs.xdotool
pkgs.killall
];
environment.systemPackages = [ pkgs.killall ];
services.murmur.sslKey = "/etc/mumble-key";
services.murmur.sslCert = "/etc/mumble-cert";
clan.core.facts.services.mumble.secret."mumble-key".path = "/etc/mumble-key";