Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wegank/nixos-config

NixOS configuration.
https://github.com/wegank/nixos-config

Last synced: 19 days ago
JSON representation

NixOS configuration.

Awesome Lists containing this project

README

        

# nixos-config

## Install

```bash
curl https://raw.githubusercontent.com/wegank/nixos-config/main/naive | sudo bash -s -- netinstall
```

Or, equivalently, after cloning the repo:

```bash
sudo ./naive install
```

## Upgrade

```bash
./naive update
./naive upgrade
```