mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +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, ... }:
|
import ./make-test-python.nix ({ pkgs, lib, ... }:
|
||||||
let
|
let
|
||||||
password = "foobar";
|
password = "foobarfoo";
|
||||||
newPass = "barfoo";
|
newPass = "barfoobar";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
name = "systemd-homed";
|
name = "systemd-homed";
|
||||||
|
Loading…
Reference in New Issue
Block a user