mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 18:17:44 +00:00
fix: remove backup username when selecting ssh user
This commit is contained in:
parent
564a0218c9
commit
81e28e7a41
1 changed files with 2 additions and 1 deletions
|
@ -9,8 +9,9 @@
|
|||
user = value.config.users.users
|
||||
|> filterAttrs (_: value: value.isNormalUser)
|
||||
|> attrNames
|
||||
|> remove "root"
|
||||
|> remove "backup"
|
||||
|> remove "build"
|
||||
|> remove "root"
|
||||
|> head;
|
||||
|
||||
hostname = value.config.networking.ipv4.address;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue