https://github.com/chocolateloverraj/nixos-system-config
My NixOS system config
https://github.com/chocolateloverraj/nixos-system-config
nixos
Last synced: 4 months ago
JSON representation
My NixOS system config
- Host: GitHub
- URL: https://github.com/chocolateloverraj/nixos-system-config
- Owner: ChocolateLoverRaj
- Created: 2024-03-30T18:05:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-19T03:38:49.000Z (4 months ago)
- Last Synced: 2025-01-19T04:28:29.404Z (4 months ago)
- Topics: nixos
- Language: Nix
- Homepage:
- Size: 156 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Set up
Clone this repo into `/etc/nixos`. You can change the permissions of `/etc/nixos` to your username to make it nicer to edit.
Apply configuration based on the host name. For example, with Jinlon:
```bash
sudo nixos-rebuild switch --flake .#jinlon
```