9 lines
212 B
Nix
9 lines
212 B
Nix
{
|
|
hostname = "lenovo";
|
|
usernames = ["andromeda" "mtgmonkey"];
|
|
system = "x86_64-linux";
|
|
configuration = ./configuration.nix;
|
|
hardware-configuration = ./hardware-configuration.nix;
|
|
pub-keys.ssh = [];
|
|
}
|