Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 245 Bytes

File metadata and controls

20 lines (14 loc) · 245 Bytes

nixos

Provision

nix run github:nix-community/nixos-anywhere -- --flake '.#$(hostname)' --build-on-remote nixos@$(hostname)

Deploy

nix develop
deploy .#$(hostname)

Update

nix flake update