data model: add TF test #4

Closed
kiara wants to merge 76 commits from data-model-tf-test into main
Showing only changes of commit 54b3b9ea50 - Show all commits

View file

@ -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
);
};