move secrets to its own module
This commit is contained in:
parent
3ba125799b
commit
3f1f13876e
9 changed files with 300 additions and 91 deletions
|
@ -132,6 +132,17 @@ in
|
|||
hostname = "10.20.40.1";
|
||||
user = "luser";
|
||||
};
|
||||
"l003_" = {
|
||||
identityFile = age.secrets.nix2l002.path;
|
||||
hostname = "172.234.26.141";
|
||||
user = "luser";
|
||||
};
|
||||
# TODO
|
||||
# "l003" = {
|
||||
# identityFile = age.secrets.nix2l002.path;
|
||||
# hostname = "10.20.40.TODO";
|
||||
# user = "luser";
|
||||
# };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue