Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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