This commit is contained in:
@@ -3,10 +3,12 @@ name: Build NixOS ISOs
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- hosts/eva-01/**
|
||||
- hosts/acheron/**
|
||||
- hosts/armaros/**
|
||||
- hosts/ender-ml/**
|
||||
- hosts/buildbox/**
|
||||
- hosts/eva-01/**
|
||||
- hosts/eva-03/**
|
||||
- hosts/iso/**
|
||||
- flake.nix
|
||||
- flake.lock
|
||||
- .gitea/workflows/iso-builder.yml
|
||||
|
||||
@@ -65,15 +65,6 @@ Each host gets an auto-generated `<hostname>-iso` rescue/installer ISO (except `
|
||||
└── pfp/ # Profile pictures
|
||||
```
|
||||
|
||||
## Users
|
||||
|
||||
Two Home Manager user configurations live under `home-manager/`:
|
||||
|
||||
- **`rogueking`** — defined in `home-manager/home.nix`
|
||||
- **`cris`** — defined in `home-manager/cris-home.nix`
|
||||
|
||||
Both share the same module imports (`commands/*`, `programs/*`, and `nixvim`).
|
||||
|
||||
## Rescue / Installer ISOs
|
||||
|
||||
Every Linux host (except macOS) has an auto-generated ISO configuration (`<hostname>-iso`) that provides:
|
||||
|
||||
Reference in New Issue
Block a user