Skip to content

Commit

Permalink
fix servicecheck tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ctheune committed Dec 12, 2024
1 parent 6f8a014 commit 1066610
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/servicecheck.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ import ./make-test-python.nix ({ pkgs, lib, testlib, ... }:

flyingcircus.roles.servicecheck.enable = true;

environment.etc."nixos/enc.json".text = ''
{"parameters": {"directory_password": "test"}}
'';

networking.extraHosts = ''
127.0.0.1 directory.fcio.net
'';
Expand Down

0 comments on commit 1066610

Please sign in to comment.