No description
Find a file
reo101 dd2391d905 feat!(flake): convert to fs-defined configurations
Place all configurations in `machines/${manager}/${system}/${hostname}/...`:
    - `${manager}` - One of `nixos`, `nix-on-droid`, `nix-darwin` or `home-manager`
    - `${system}` - A system's architecture (can be many)
    - `${hostname}` - A system's hostname (can be many)

The flake now automatically generates the needed configurations based on the above structure.

It only generates configurations for valid directory structures:
    - It wouldn't generate a NixOS config if there isn't a `configuration.nix` file
    - ...
2022-11-27 02:12:21 +02:00
lib feat!(flake): convert to fs-defined configurations 2022-11-27 02:12:21 +02:00
machines feat!(flake): convert to fs-defined configurations 2022-11-27 02:12:21 +02:00
modules feat(config): initial 2022-11-20 17:23:58 +02:00
overlays feat(config): initial 2022-11-20 17:23:58 +02:00
pkgs feat(config): initial 2022-11-20 17:23:58 +02:00
templates feat!(flake): convert to fs-defined configurations 2022-11-27 02:12:21 +02:00
flake.lock feat(flake): update flake.lock 2022-11-26 04:01:27 +02:00
flake.nix feat!(flake): convert to fs-defined configurations 2022-11-27 02:12:21 +02:00
LICENSE feat(config): initial 2022-11-20 17:23:58 +02:00
nixpkgs.nix feat(config): initial 2022-11-20 17:23:58 +02:00
README.md feat(README): reference nix-starter-configs 2022-11-25 18:22:53 +02:00
shell.nix feat(config): initial 2022-11-20 17:23:58 +02:00