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
d4e697aa97
commit
b6bae49678
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ in
|
|||
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
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue