11 lines
220 B
Nix
11 lines
220 B
Nix
{
|
|
hostname = "173-249-5-230";
|
|
usernames = ["mtgmonkey"];
|
|
system = "x86_64-linux";
|
|
configuration = ./configuration.nix;
|
|
hardware-configuration = ./hardware-configuration.nix;
|
|
pub-keys = {
|
|
ssh = [];
|
|
};
|
|
}
|