Files
nix/hosts/andromache/host.nix

8 lines
85 B
Nix

{
host = {
username = "h";
name = "andromache";
highRam = true;
};
}