systems/machines/hermes.nix
2025-12-27 14:53:12 +01:00

11 lines
219 B
Nix

{ config, pkgs, ... }:
{
environment.darwinConfig = "/Users/${config.system.primaryUser}/Development/systems";
system.primaryUser = "pml";
nixpkgs.hostPlatform = "aarch64-darwin";
system.stateVersion = 6;
}