Skip to content

thamenato/homelab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homelab

Attempting to actually get the homelab up and running!

Installing NixOS

This command is supposed to run once to set up the remote host, anytime it runs against a machine, it'll format the disks.

nix run github:nix-community/nixos-anywhere -- \
    --flake '.#unraid-nixos' <user>@<ip>

Updating hosts remotely

nixos-rebuild

nixos-rebuild switch --use-remote-sudo --fast \
    --flake .#unraid-nixos \
    --target-host <user>@<ip> \
    --build-host <user>@<ip>

deploy-rs

deploy .#unraid-nixos

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published