nixos-config/config/hosts/atom.nix

12 lines
234 B
Nix
Raw Normal View History

{
description = "Niten's toy laptop.";
enable-gui = false;
rp = "niten";
admin-email = "niten@fudo.org";
2021-11-19 10:26:10 -08:00
domain = "mobile.fudo.org";
2021-10-06 07:12:50 -07:00
site = "mobile";
profile = "laptop";
arch = "x86_64-linux";
2021-09-29 17:55:13 -07:00
nixos-system = true;
}