Skip to content

Commit

Permalink
Merge pull request NixOS#334508 from pbsds/fix-taskserver-1723599512
Browse files Browse the repository at this point in the history
nixos/taskserver: fix test eval
  • Loading branch information
pbsds authored Aug 15, 2024
2 parents 6e4e563 + 024600b commit db16f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/tests/taskserver.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ in {
anotherOrganisation.users = [ "bob" ];
};

specialisation.manual-config.configuration = {
specialisation.manual_config.configuration = {
services.taskserver.pki.manual = {
ca.cert = snakeOil.cacert;
server.cert = snakeOil.cert;
Expand All @@ -95,7 +95,7 @@ in {
cfg = nodes.server.config.services.taskserver;
portStr = toString cfg.listenPort;
specialisations = "${nodes.server.system.build.toplevel}/specialisation";
newServerSystem = "${specialisations}/manual-config";
newServerSystem = "${specialisations}/manual_config";
switchToNewServer = "${newServerSystem}/bin/switch-to-configuration test";
in ''
from shlex import quote
Expand Down

0 comments on commit db16f38

Please sign in to comment.