feat: splitting up the user side of skynet and the main websites

This commit is contained in:
silver 2023-09-15 20:36:07 +01:00
parent 6673ba28b1
commit efe1fbd140
4 changed files with 72 additions and 60 deletions

View file

@ -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;
};
};