parent
f8b89f8fcf
commit
ae55d93ace
9 changed files with 106 additions and 26 deletions
devices/cluster
|
@ -16,6 +16,12 @@ in {
|
|||
vars = {
|
||||
mainUser = "matt";
|
||||
hostName = deviceName;
|
||||
promptMainColor =
|
||||
if deviceName == "thingone"
|
||||
then "green"
|
||||
else if deviceName == "thingtwo"
|
||||
then "red"
|
||||
else "purple";
|
||||
};
|
||||
|
||||
users.users.${mainUser} = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue