Go to file
Markus Schmidl b333024bac Merge branch 'master' of ssh://gitea.c3d2.de:2222/C3D2/nix-config 2019-04-30 23:21:47 +02:00
ansible start ansible project 2019-04-16 13:17:19 +02:00
hosts Merge branch 'master' of ssh://gitea.c3d2.de:2222/C3D2/nix-config 2019-04-30 23:21:47 +02:00
lib factor out into lib/admins.nix 2019-04-07 21:23:31 +02:00
secrets@3fbfe2f9a6 update secrets submodule 2019-04-30 23:19:21 +02:00
.gitmodules refactor into lib/lxc-container,shared for grafana 2019-04-01 01:24:54 +02:00
README.md added reencryption command 2019-04-30 23:21:34 +02:00
hq.nixops added mpd-index to nixops 2019-04-13 20:02:18 +02:00
install-host.sh pulsebert: add home-manager home.nix 2019-02-19 23:30:27 +01:00
nix-maintenance.sh add nix-maintenance.sh 2019-02-18 19:56:44 +01:00

README.md

Deployment

Beide failen bei Activation des neuen Profils. (TODO)

Mit nixos-switch rebuild

nixos-rebuild switch -I nixos-config=./hosts/containers/$HOST/configuration.nix --target-host "root@$HOST.hq.c3d2.de"

Mit NixOps

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

Secrets

Add your gpg-id to the .gpg-id file in secrets and let somebody reencrypt it for you: PASSWORD_STORE_DIR=`pwd` tr '\n' ' ' < .gpg-id | xargs -I{} pass init {}