main
nix 22 lines 379 Bytes
Raw
1 {
2 inputs,
3 ...
4 }:
5
6 {
7 imports = [
8 "${inputs.sops-nix}/modules/nix-darwin"
9 ./common/nix.nix
10 ./common/node-exporter.nix
11 ./common/ofborg.nix
12 ./common/ofborg-queue-builder.nix
13 ./common/reboot.nix
14 ./common/shells.nix
15 ./common/spotlight.nix
16 ./common/ssh.nix
17 ./common/tools.nix
18 ./common/workarounds.nix
19 ];
20
21 ids.gids.nixbld = 30000;
22 }