188 current 2025-06-06 18:54:16 25.11.20250605.d3d2d80 6.15.1 *
This commit is contained in:
22
hosts/hosts.nix
Normal file
22
hosts/hosts.nix
Normal 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;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user