nixos-config/config/hosts/atom.nix

13 lines
276 B
Nix

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