Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
NixOS machines and config
- Host: GitHub
- URL: https://github.com/sarcasticadmin/systems
- Owner: sarcasticadmin
- Created: 2022-05-04T05:02:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-30T15:58:17.000Z (9 months ago)
- Last Synced: 2024-03-30T16:25:14.564Z (9 months ago)
- Topics: nix, nix-flake, nixos, nixos-configuration
- Language: Nix
- Homepage:
- Size: 162 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```