https://github.com/bfpimentel/nixos
My NixOS machines configurations. Always in progress.
https://github.com/bfpimentel/nixos
home-server homelab nix nixos
Last synced: 3 months ago
JSON representation
My NixOS machines configurations. Always in progress.
- Host: GitHub
- URL: https://github.com/bfpimentel/nixos
- Owner: bfpimentel
- Created: 2024-08-24T19:58:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-12T12:07:27.000Z (3 months ago)
- Last Synced: 2025-07-12T13:22:36.228Z (3 months ago)
- Topics: home-server, homelab, nix, nixos
- Language: Lua
- Homepage:
- Size: 8.13 MB
- Stars: 24
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bfpimentel's nixOS configs
This repo is for my personal NixOS machines and Nix Package Manager. It's public for demo purposes and I'm happy to answer any questions, but don't expect me to be fast on answering them.
The following machines are being configured:
1. *malenia*: Homelab (x64) powered by NixOS.
2. *miquella*: OCI (Arm) machine powered by NixOS.
3. *solaire*: MacOS (Darwin) machine powered by NixOS package manager for environment and user configuration.## Darwin Setup
1. Install Nix through Determinate Nix Installer
```curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install```
2. Update flake
```cd /etc/nixos && nix flake update```
3. Rebuild
```cd /etc/nixos && nix run nix-darwin/master#darwin-rebuild -- switch --flake .#```