refactor: make username global variable
This commit is contained in:
parent
a5b3e2a175
commit
5d9230d64f
14 changed files with 25 additions and 79 deletions
|
@ -5,6 +5,7 @@
|
|||
...
|
||||
}@inputs:
|
||||
let
|
||||
username = "rafiq";
|
||||
mkSystem = type: hostname: {
|
||||
name = "${hostname}";
|
||||
value =
|
||||
|
@ -15,6 +16,7 @@
|
|||
inputs
|
||||
type
|
||||
hostname
|
||||
username
|
||||
;
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue