dotfiles/machines/sashimi/default.nix

12 lines
187 B
Nix
Raw Normal View History

{
2023-06-24 21:24:20 +02:00
imports = [./brew.nix];
2023-02-20 08:58:46 +01:00
2023-05-29 14:10:26 +02:00
networking.computerName = "sashimi";
networking.hostName = "sashimi";
2023-10-05 09:11:28 +02:00
nix.settings.extra-platforms = [
"aarch64-darwin"
"x86_64-darwin"
];
}