mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 02:27: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
|
user = value.config.users.users
|
||||||
|> filterAttrs (_: value: value.isNormalUser)
|
|> filterAttrs (_: value: value.isNormalUser)
|
||||||
|> attrNames
|
|> attrNames
|
||||||
|> remove "root"
|
|
||||||
|> remove "backup"
|
|> remove "backup"
|
||||||
|
|> remove "build"
|
||||||
|
|> remove "root"
|
||||||
|> head;
|
|> head;
|
||||||
|
|
||||||
hostname = value.config.networking.ipv4.address;
|
hostname = value.config.networking.ipv4.address;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue