world: init

This commit is contained in:
Bloxx12 2025-05-15 11:22:57 +02:00
commit 9fbc6e83ba
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
9 changed files with 192 additions and 2 deletions

View file

@ -61,4 +61,8 @@ in {
system = "aarch64-linux";
hostname = "tower";
};
world = mkSystem {
system = "x86_64-linux";
hostname = "world";
};
}