Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 615 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 615 Bytes

Deploying machines

To deploy all machines run:

nix run github:serokell/deploy-rs

To deploy a single machine

nix run github:serokell/deploy-rs .#mini-nix

To build and deploy locally

nixos-rebuild switch --flake .#

To install nix locally

curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install

To just install my home-manager. This assumes your username is eric

#build the package
nix build github:EricTheMagician/infrastructure#homeConfigurations.eric.activationPackage
# and activate
./result/activate