https://github.com/archseer/snowflake
NixOS configuration
https://github.com/archseer/snowflake
Last synced: about 1 year ago
JSON representation
NixOS configuration
- Host: GitHub
- URL: https://github.com/archseer/snowflake
- Owner: archseer
- License: mit
- Created: 2020-11-19T07:58:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T07:20:05.000Z (over 1 year ago)
- Last Synced: 2025-03-19T00:39:15.332Z (over 1 year ago)
- Language: Nix
- Size: 1.12 MB
- Stars: 22
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.