about summary refs log tree commit diff
path: root/nixos/tests/systemd-homed.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/systemd-homed.nix')
-rw-r--r--nixos/tests/systemd-homed.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/systemd-homed.nix b/nixos/tests/systemd-homed.nix
index ecc92e98eddc7..5e723f6769452 100644
--- a/nixos/tests/systemd-homed.nix
+++ b/nixos/tests/systemd-homed.nix
@@ -1,7 +1,7 @@
 import ./make-test-python.nix ({ pkgs, lib, ... }:
 let
-  password = "foobar";
-  newPass = "barfoo";
+  password = "foobarfoo";
+  newPass = "barfoobar";
 in
 {
   name = "systemd-homed";