# Deployment Beide failen bei Activation des neuen Profils. (TODO) ## Mit `nixos-switch rebuild` ```shell nixos-rebuild switch -I nixos-config=./hosts/storage-ng/$HOST/configuration.nix --target-host "root@$HOST.hq.c3d2.de" ``` ## Mit NixOps ```shell nixops create hq.nixops -d hq nixops deploy -d hq --debug --include=dhcp --force-reboot nixops deploy -d hq --include=grafana -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-18.09.tar.gz --force-reboot ```