mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +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, ... }:
|
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…
Add table
Add a link
Reference in a new issue