mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03: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 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue