os/hosts
David Arnold 17fb425844
Hosts: fix mod override
In some occasions the module path was renamed.
To avoid conflicts, the old path must be disabled manually.

E.g.
```nix
{
  unstableModules = [
    "services/ttys/getty.nix"
  ];
  addToDisabledModules = [
    "services/ttys/agetty.nix"
  ];
}
```
2021-01-11 17:27:38 -05:00
..
default.nix Hosts: fix mod override 2021-01-11 17:27:38 -05:00
niximg.nix niximg: install flakes directly within iso 2020-12-31 14:02:19 -07:00
NixOS.nix hosts#NixOS: add fileSystems to pass checks 2020-07-13 22:04:34 -06:00