mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 18:17:44 +00:00
fix: select isNormalUser for ssh user
This commit is contained in:
parent
0dd8302c82
commit
3bfb2a56ab
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|> filterAttrs (_: value: value.config.services.openssh.enable)
|
||||
|> mapAttrs (_: value: {
|
||||
user = value.config.users.users
|
||||
|> filterAttrs (_: value: value.isNormalUser)
|
||||
|> attrNames
|
||||
|> remove "root"
|
||||
|> remove "backup"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue