nixos-config/config/hosts/atom.nix

13 lines
276 B
Nix
Raw Normal View History

{
description = "Niten's toy laptop.";
enable-gui = false;
rp = "niten";
admin-email = "niten@fudo.org";
2021-11-28 12:39:03 -08:00
domain = "sea.fudo.org";
site = "seattle";
profile = "laptop";
arch = "x86_64-linux";
2021-11-28 12:39:03 -08:00
# FIXME: Need a better story for laptops
nixos-system = false;
}