nixos builder

This commit is contained in:
2025-03-10 22:28:38 -04:00
parent 35d27b7607
commit 6f049807e6
4 changed files with 30 additions and 25 deletions

View File

@@ -8,6 +8,13 @@ Utilizing [Home Manager](https://nix-community.github.io/home-manager/)
## NixOS
### Image Build
```bash
# Remote Build
nix build .#packages.x86_64-linux.rke2-image -j0
```
### Copy Config
```bash