forked from fediversity/fediversity
Compare commits
No commits in common. "ee65d9e5f37da61ef7e6ee847f3cf656c4bbc3c5" and "9c219341b11df75c09b3455c4839de1bf66267e5" have entirely different histories.
ee65d9e5f3
...
9c219341b1
1 changed files with 3 additions and 3 deletions
|
|
@ -126,9 +126,9 @@ in
|
||||||
nixos.module =
|
nixos.module =
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
users.users = config.resources.operator-environment.login-shell.apply {
|
users.users = config.resources.shell.login-shell.apply (
|
||||||
resources = lib.filterAttrs (_name: value: value ? login-shell) requests;
|
lib.filterAttrs (_name: value: value ? login-shell) requests
|
||||||
};
|
);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue