disable unused modules

This commit is contained in:
Alejandro Diaz 2023-09-10 22:25:55 -06:00
parent a90ae6050c
commit df2c680394
2 changed files with 38 additions and 29 deletions

View file

@ -3,7 +3,7 @@
### Compilation command:
```bash
nix build .\#nixosConfigurations.triviOS.config.system.build.toplevel
nix build .\#nixosConfigurations.triviOS.config.system.build.sdImage --no-link --print-build-logs
```