start set up for multi-location nixos flake

This commit is contained in:
Vivian 2022-07-30 22:16:44 +02:00
parent fa09f75ac6
commit 4b7d60c090
23 changed files with 26 additions and 12 deletions

4
nixos/hosts/default.nix Normal file
View file

@ -0,0 +1,4 @@
{
olympus = import ./olympus;
hades = [];
}