blob: 672d46b611ee4f679abe9eba55f803ba2943a177 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
hostname = "173-249-5-230";
usernames = ["mtgmonkey"];
system = "x86_64-linux";
configuration = ./configuration.nix;
hardware-configuration = ./hardware-configuration.nix;
pub-keys = {
ssh = [];
};
}
|