feat: splitting up the user side of skynet and the main websites
This commit is contained in:
parent
6673ba28b1
commit
efe1fbd140
4 changed files with 72 additions and 60 deletions
|
@ -87,9 +87,12 @@
|
|||
# backup 1
|
||||
neuromancer = import ./machines/neuromancer.nix;
|
||||
|
||||
# Skynet
|
||||
# Skynet, user ssh access
|
||||
skynet = import ./machines/skynet.nix;
|
||||
|
||||
# Main skynet sites
|
||||
earth = import ./machines/earth.nix;
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue