Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wegank/nixos-config
NixOS configuration.
https://github.com/wegank/nixos-config
Last synced: 19 days ago
JSON representation
NixOS configuration.
- Host: GitHub
- URL: https://github.com/wegank/nixos-config
- Owner: wegank
- License: mit
- Created: 2020-12-19T19:23:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T09:00:32.000Z (7 months ago)
- Last Synced: 2024-04-14T05:22:55.292Z (7 months ago)
- Language: Nix
- Homepage:
- Size: 526 KB
- Stars: 26
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```