reo101
9b8f894a1a
Flatten down directory structure: - From: `./hosts/${configuration-type}/${system}/{configuration,deploy}.nix` - To: `./hosts/${configuration-type}/{meta,configuration}.nix` Keep `system` and `deploy-rs` config in `meta.nix` Update `flake.lock`
6 lines
80 B
Nix
6 lines
80 B
Nix
{ lib, pkgs, config, ... }:
|
|
{
|
|
reo101.mindustry = {
|
|
enable = false;
|
|
};
|
|
}
|