forked from Fediversity/Fediversity
fix a bug of mismatching names in data model test
matches the name of `shell` to `operator-environment`.
This commit is contained in:
parent
72ba1726b7
commit
54b3b9ea50
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ in
|
||||||
nixos.module =
|
nixos.module =
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
users.users = config.resources.shell.login-shell.apply (
|
users.users = config.resources.operator-environment.login-shell.apply (
|
||||||
lib.filterAttrs (_name: value: value ? login-shell) requests
|
lib.filterAttrs (_name: value: value ? login-shell) requests
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue