No description
This repository has been archived on 2024-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2024-03-18 20:02:10 +11:00
.github/lint feat: add pre-commit and tasks 2024-03-18 07:42:52 +11:00
.taskfiles feat: add pre-commit and tasks 2024-03-18 07:42:52 +11:00
.vscode fix: setting up sops 2024-03-16 23:46:36 +11:00
docs/vm feat: add temp vm for nixos dev 2024-03-14 22:04:40 +11:00
iso chore: inital pre-commit tidy 2024-03-18 08:04:32 +11:00
nixos chore: inital pre-commit tidy 2024-03-18 08:04:32 +11:00
.envrc feat: add direnv shell 2024-03-18 20:02:10 +11:00
.gitignore feat: add direnv shell 2024-03-18 20:02:10 +11:00
.pre-commit-config.yaml feat: add direnv shell 2024-03-18 20:02:10 +11:00
.sops.yaml fix: setting up sops 2024-03-16 23:46:36 +11:00
flake.lock feat: add temp vm for nixos dev 2024-03-14 22:04:40 +11:00
flake.nix chore: inital pre-commit tidy 2024-03-18 08:04:32 +11:00
LICENSE Initial commit 2024-03-13 22:52:59 +11:00
README.md feat: GNOME tweaks 2024-03-15 20:11:01 +11:00
shell.nix feat: add direnv shell 2024-03-18 20:02:10 +11:00
Taskfile.yaml feat: add pre-commit and tasks 2024-03-18 07:42:52 +11:00

Truxnell's homelab

NixOS Leveraging nix, nix-os to apply machine and home configurations

Background

Having used a variety of infracture as code solutions - and having found them lacking in some areas, it is time to give nix a go. Frustrations with other methods tend to be bitrot and config drift - very annoying to want to do a quick disaster recovery and find your have different versions of modules/utilities, breaking changes in code you didnt catch, etc.

Getting started

To Install

# nixos-rebuild switch --flake github:truxnell/nix-config#HOST

Goals

  • Learn nix
  • Mostly reproduce features from my existing homelab
  • Replace existing ubuntu-based 'NAS'
  • Expand usage to other shell environments such as WSL, etc
  • handle secrets - decide between sweet and simple SOPS or re-use my doppler setup.

TODO

  • Github Actions update fly.io instances (Bitwarden)
  • Bring over hosts
    • DNS01 Raspi4
    • DNS02 Raspi4
    • NAS
    • Latop
    • WSL
    • JJY emulator Raspi4
  • Documentation!
  • Add license
  • Add taskfiles

Network map

TBC

Hardware

TBC

Applying configuration changes on a local machine can be done as follows:

cd ~/dotfiles
sudo nixos-rebuild switch --flake .
# This will automatically pick the configuration name based on the hostname

Applying configuration changes to a remote machine can be done as follows:

cd ~/dotfiles
nixos-rebuild switch --flake .#nameOfMachine --target-host machineToSshInto --use-remote-sudo