nix-infra/hosts/ritual/configuration.nix

8 lines
136 B
Nix
Raw Normal View History

2023-06-19 18:25:08 +00:00
{
2024-11-29 16:07:02 +00:00
imports = [ ../../common/fragments/graphical/darwin.nix ];
2023-03-26 16:14:49 +00:00
2024-11-29 16:07:02 +00:00
nixpkgs.hostPlatform = "x86_64-darwin";
2023-03-26 16:14:49 +00:00
2024-11-29 16:07:02 +00:00
system.stateVersion = 1;
2023-03-26 16:14:49 +00:00
}