28ccec970435
1 2 3 4 5 6 7 8 9 10 11
{ config, pkgs, ... }: let machine = throw "Pick a machine from ./machines"; in { imports = [ /etc/nixos/hardware-configuration.nix ./modules/common.nix machine ]; }