mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
Merge pull request #309213 from jmbaur/homed-nixos-test
nixos/homed: fix test
This commit is contained in:
commit
0271af555b
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