12 lines
234 B
Nix
12 lines
234 B
Nix
|
{
|
||
|
description = "Niten's toy laptop.";
|
||
|
enable-gui = false;
|
||
|
rp = "niten";
|
||
|
admin-email = "niten@fudo.org";
|
||
|
domain = "mobile.fudo.org";
|
||
|
site = "mobile";
|
||
|
profile = "laptop";
|
||
|
arch = "x86_64-linux";
|
||
|
nixos-system = true;
|
||
|
}
|