Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 .
```