nix-files/hosts/modules/roles/default.nix
Colin 2e9eb51893 i2p/yggdrasil: factor out and only enable for desko/servo
especially this means i no longer run them on moby, improving battery life & such
2023-05-17 01:53:17 +00:00

10 lines
104 B
Nix

{ ... }:
{
imports = [
./ac.nix
./build-machine.nix
./client
./dev-machine.nix
];
}