## Build disk image ```bash nix build .#images ``` ## Updates Run the following command and deploy afterwards ```bash nix flake update ``` ## Deploy ```bash nix build . nix copy --to ssh://root@ . ssh root@ "$(nix path-info .)/bin/switch-to-configuration switch" ```