Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhh/nixos-configs
NixOS Configs for Homelab
https://github.com/jhh/nixos-configs
dotfiles nixos
Last synced: 27 days ago
JSON representation
NixOS Configs for Homelab
- Host: GitHub
- URL: https://github.com/jhh/nixos-configs
- Owner: jhh
- Created: 2021-08-24T21:41:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T15:54:22.000Z (about 1 month ago)
- Last Synced: 2024-12-16T03:42:17.754Z (about 1 month ago)
- Topics: dotfiles, nixos
- Language: Nix
- Homepage:
- Size: 1.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nixos-configs
NixOS Configs for Homelab
## NixOS
Uses [deploy-rs](https://github.com/serokell/deploy-rs) to deploy to multiple hosts.
### All hosts
```sh
$ deploy
```### Specific hosts
```sh
$ deploy .#host
```_or, optionally for local machine..._
```sh
$ sudo nixos-rebuild switch --flake .
```## macOS
```sh
$ darwin-rebuild switch --flake .
```