feat: add NixOS logo to README and assets
- Add nixos_logo.svg to assets/ directory with optimized viewBox - Integrate logo into README header with centered layout - Add inline logos in Technology Stack and Configuration Philosophy sections - Include footer logo for consistent branding - Enhance visual identity and professional presentation The logo uses SVG format for crisp display at all resolutions and includes gradient styling consistent with NixOS branding.
This commit is contained in:
parent
b781252847
commit
cd43292cfd
2 changed files with 73 additions and 8 deletions
26
README.md
26
README.md
|
@ -1,8 +1,12 @@
|
|||
# NixOS Home Lab Infrastructure
|
||||
|
||||
[](https://nixos.org/)
|
||||
[](https://nixos.wiki/wiki/Flakes)
|
||||
[](LICENSE)
|
||||
<div align="center">
|
||||
<img src="assets/nixos_logo.svg" alt="NixOS Logo" width="120" height="150">
|
||||
|
||||
# NixOS Home Lab Infrastructure
|
||||
|
||||
[](https://nixos.org/)
|
||||
[](https://nixos.wiki/wiki/Flakes)
|
||||
[](LICENSE)
|
||||
</div>
|
||||
|
||||
Modular NixOS flake configuration for multi-machine home lab infrastructure. Features declarative system configuration, centralized user management, and scalable service deployment across development workstations and server infrastructure.
|
||||
|
||||
|
@ -21,7 +25,7 @@ nix flake check
|
|||
# Test configuration (temporary, reverts on reboot)
|
||||
sudo nixos-rebuild test --flake .#<machine-name>
|
||||
|
||||
# Apply configuration permanently
|
||||
# Apply configuration permanently
|
||||
sudo nixos-rebuild switch --flake .#<machine-name>
|
||||
```
|
||||
|
||||
|
@ -34,7 +38,7 @@ sudo nixos-rebuild switch --flake .#<machine-name>
|
|||
- **Reverse Proxy** - External gateway with SSL termination and service routing
|
||||
|
||||
### Technology Stack
|
||||
- **Base OS**: NixOS 25.05 with Nix Flakes
|
||||
- **Base OS**: <img src="assets/nixos_logo.svg" alt="NixOS" width="20" height="25" style="vertical-align: middle; margin-right: 5px;">NixOS 25.05 with Nix Flakes
|
||||
- **Configuration**: Modular, declarative system configuration
|
||||
- **Virtualization**: Incus containers, Libvirt/QEMU VMs, Podman containers
|
||||
- **Desktop**: GNOME, Cosmic, Sway window managers
|
||||
|
@ -67,6 +71,8 @@ Home-lab/
|
|||
|
||||
## Configuration Philosophy
|
||||
|
||||
<img src="assets/nixos_logo.svg" alt="NixOS" width="30" height="37" style="float: left; margin-right: 10px; margin-top: 5px;">
|
||||
|
||||
### Modular Design
|
||||
- **Single Responsibility**: Each module handles one aspect of system configuration
|
||||
- **Composable**: Modules can be mixed and matched per machine requirements
|
||||
|
@ -214,4 +220,8 @@ MIT License - see [LICENSE](LICENSE) for details.
|
|||
|
||||
---
|
||||
|
||||
*Infrastructure designed for reliability, security, and maintainability.*
|
||||
<div align="center">
|
||||
<img src="assets/nixos_logo.svg" alt="NixOS Logo" width="40" height="50">
|
||||
<br>
|
||||
<em>Infrastructure designed for reliability, security, and maintainability.</em>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue