1
Fork 0
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:
RGBCube 2025-03-11 00:05:33 +03:00
parent 564a0218c9
commit 81e28e7a41
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -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;