Files
nix/hosts/astyanax/host.nix

8 lines
78 B
Nix

{
host = {
username = "h";
highRam = true;
admin = true;
};
}