rke2 base config

This commit is contained in:
2025-01-25 11:50:54 -05:00
parent 0dd32db094
commit 1f91305b6e
3 changed files with 145 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ scp -r * nixos@10.10.10.10:/tmp/
## Partition Drives
```bash
# WARNING: Be sure to check drive mappings
# Validate Disk
sudo fdisk -l
# Partition Disk
@@ -17,7 +17,7 @@ sudo nix \
--experimental-features "nix-command flakes" \
run github:nix-community/disko -- \
--mode disko \
--flake /tmp#lin-va-llama1
--flake /tmp#lin-va-rke1
```
## Install NixOS
@@ -25,6 +25,7 @@ sudo nix \
```bash
# Install
sudo nixos-install --flake /tmp#lin-va-llama1
sudo nixos-install --flake /tmp#lin-va-rke1
# Reboot
sudo reboot