blob: 77c15b5e86f726dca707a5861c03422f9daa83bf (
plain)
1
2
3
4
5
6
7
8
|
{
hostname = "lenovo";
usernames = ["andromeda" "mtgmonkey"];
system = "x86_64-linux";
configuration = ./configuration.nix;
hardware-configuration = ./hardware-configuration.nix;
pub-keys.ssh = [];
}
|