world: init
This commit is contained in:
parent
184253c3fe
commit
9fbc6e83ba
9 changed files with 192 additions and 2 deletions
|
@ -61,4 +61,8 @@ in {
|
|||
system = "aarch64-linux";
|
||||
hostname = "tower";
|
||||
};
|
||||
world = mkSystem {
|
||||
system = "x86_64-linux";
|
||||
hostname = "world";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue