An open API service indexing awesome lists of open source software.

https://github.com/archseer/snowflake

NixOS configuration
https://github.com/archseer/snowflake

Last synced: about 1 year ago
JSON representation

NixOS configuration

Awesome Lists containing this project

README

          

# snowflake

Deterministic NixOS configuration for all my devices.

# Setup

```
# Usage: rebuild host {switch|boot|test|iso}
rebuild test
```

## Build an ISO

You can make an ISO and customize it by modifying the [iso](./hosts/iso.nix)
file:

```sh
rebuild iso
```

# License

This software is licensed under the [MIT License](COPYING).

Note: MIT license does not apply to the packages built by this configuration,
merely to the files in this repository (the Nix expressions, build
scripts, NixOS modules, etc.). It also might not apply to patches
included here, which may be derivative works of the packages to
which they apply. The aforementioned artifacts are all covered by the
licenses of the respective packages.