Migrate to Snowfall (#1)

Reviewed-on: #1
Co-authored-by: Evan Reichard <evan@reichard.io>
Co-committed-by: Evan Reichard <evan@reichard.io>
This commit was merged in pull request #1.
This commit is contained in:
2025-04-21 00:56:53 +00:00
committed by evan
parent 72ba8ddf59
commit cf0fa75058
118 changed files with 3590 additions and 1571 deletions

16
README.md Normal file → Executable file
View File

@@ -2,16 +2,22 @@
This repository contains the configuration for multiple machines, as well as my home / IDE config (home-manager).
## Home Manager
### NixOS
Utilizing [Home Manager](https://nix-community.github.io/home-manager/). Check out the [README.md](./home-manager/README.md).
## NixOS
```bash
sudo nixos-rebuild switch --flake .#lin-va-mbp-personal
```
### NixOS Generators
```bash
nix build .#packages.x86_64-linux.rke2-image
nix build .#vmwareConfigurations.rke2-node
```
### Home Manager
```bash
home-manager switch --flake .#evanreichard@MBP-Personal
```
### NixOS Hosts