1 2 3 4 5 6 7 8 9
# Configuration shared by all machines. Machine-specific settings live under # ../machines/<hostname>/default.nix. { ... }: { imports = [ ./core.nix ]; }