2026-02-24 09:27:08 -05:00
2025-12-03 09:48:20 -05:00
2025-12-03 09:17:48 -05:00

Nixos Server

  • This is my nix config for the nodes on my home server.

Initializing the nodes

cd <path to flake>

nix run github:nix-community/nixos-anywhere -- --build-on-remote --generate-hardware-config nixos-generate-config ./hosts/patrick/hardware-configuration.nix --flake .#patrick root@192.168.18.100

nix run github:nix-community/nixos-anywhere -- --build-on-remote --generate-hardware-config nixos-generate-config ./hosts/spongebob/hardware-configuration.nix --flake .#spongebob root@192.168.18.101

nix run github:nix-community/nixos-anywhere -- --build-on-remote --generate-hardware-config nixos-generate-config ./hosts/larry/hardware-configuration.nix --flake .#larry root@192.168.18.102
Description
My home server nixos configuration
Readme 81 KiB
Languages
Nix 95%
Shell 5%