added jeeves-jr constructSystem and richie user

This commit is contained in:
Richie Cahill
2023-12-29 13:32:20 -05:00
parent 66fca9da44
commit 066a9f134e
4 changed files with 60 additions and 2 deletions

View File

@ -69,9 +69,10 @@
};
in
{
photon = constructSystem {
hostname = "photon";
jeeves-jr = constructSystem {
hostname = "jeeves-jr";
users = [
"richie"
"alice"
"dennis"
];
@ -80,6 +81,16 @@
palatine-hill = constructSystem {
hostname = "palatine-hill";
users = [
"richie"
"alice"
"dennis"
];
};
photon = constructSystem {
hostname = "photon";
users = [
"richie"
"alice"
"dennis"
];