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