188 current 2025-06-06 18:54:16 25.11.20250605.d3d2d80 6.15.1 *

This commit is contained in:
2025-06-06 18:55:41 -04:00
parent 66c4d33550
commit 40bcf42094
13 changed files with 762 additions and 299 deletions

22
hosts/hosts.nix Normal file
View File

@@ -0,0 +1,22 @@
let
user = "chase";
in {
anzu = {
hostname = "anzu";
dir = "anzu";
arch = "x86_64-Linux";
user = user;
};
ichigo = {
hostname = "ichigo";
dir = "ichigo";
arch = "x86_64-Linux";
user = user;
};
kuromi = {
hostname = "kuromi";
dir = "kuromi";
arch = "x86_64-Linux";
user = user;
};
}