aboutsummaryrefslogtreecommitdiff
path: root/tests/modules/services/lieer
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2020-04-24 21:41:22 +0200
committerRobert Helgesson <robert@rycee.net>2020-04-24 21:46:34 +0200
commit95b95b14075aca3eea5a747aad2e24606f2f0fea (patch)
treee0e25f8328511aa63bff1fd8e4e268c59f478094 /tests/modules/services/lieer
parentcfaf2139801aef64add340db037c64eaacfae670 (diff)
tests: improve test purity
Before the XDG variables would be set from the user's environment, if available. This would break some tests. With this change the tests should be fully deterministic. Fixes #1190
Diffstat (limited to 'tests/modules/services/lieer')
-rw-r--r--tests/modules/services/lieer/lieer-service.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/modules/services/lieer/lieer-service.nix b/tests/modules/services/lieer/lieer-service.nix
index faef5053c5f..03dcdc749b1 100644
--- a/tests/modules/services/lieer/lieer-service.nix
+++ b/tests/modules/services/lieer/lieer-service.nix
@@ -6,9 +6,6 @@ with lib;
imports = [ ../../accounts/email-test-accounts.nix ];
config = {
- home.username = "hm-user";
- home.homeDirectory = "/home/hm-user";
-
services.lieer.enable = true;
accounts.email.accounts = {