mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
nixos/homed: fix test
By default, systemd-homed has a password policy that requires user passwords to be greater than or equal to 8 characters.
This commit is contained in:
parent
3f7095163e
commit
2047ffe990
@ -1,7 +1,7 @@
|
||||
import ./make-test-python.nix ({ pkgs, lib, ... }:
|
||||
let
|
||||
password = "foobar";
|
||||
newPass = "barfoo";
|
||||
password = "foobarfoo";
|
||||
newPass = "barfoobar";
|
||||
in
|
||||
{
|
||||
name = "systemd-homed";
|
||||
|
Loading…
Reference in New Issue
Block a user