WIP: test data model thru VM #11

Closed
kiara wants to merge 70 commits from data-model-test-deployment-plain into deployment-data-model-with-tests
Showing only changes of commit b6bae49678 - 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
);
};