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

https://github.com/sarcasticadmin/systems

NixOS machines and config
https://github.com/sarcasticadmin/systems

nix nix-flake nixos nixos-configuration

Last synced: 5 months ago
JSON representation

NixOS machines and config

Awesome Lists containing this project

README

          

# systems

My system configs

## rebuild

Locally:

```
nixos-rebuild switch --flake /home/rherna/systems#driver --refresh
```

Remotely:

```
nixos-rebuild --flake .#rufio --target-host user@hostname switch
```

## Provision

As long as we have ssh to the host and disks defined with `disko`:

```
nixos-rebuild --flake .#mulligan.config.system.build.disko --target-host user@hostname switch
```