Compare commits
4 commits
90026d2734
...
aac9de0ae0
Author | SHA1 | Date | |
---|---|---|---|
aac9de0ae0 | |||
5c88f24f8e | |||
d7d88d4509 | |||
00421a0e44 |
2 changed files with 1 additions and 5 deletions
|
@ -13,10 +13,6 @@ with lib;
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
|
||||||
users.users.root.openssh.authorizedKeys = [
|
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBS65v7n5ozOUjYGuO/dgLC9C5MUGL5kTnQnvWAYP5B3 ci@git.qo.is"
|
|
||||||
]; # TODO: Move this key to allow CI deployment for all machines.
|
|
||||||
|
|
||||||
boot.loader.grub.enable = true;
|
boot.loader.grub.enable = true;
|
||||||
|
|
||||||
system.autoUpgrade.allowReboot = true;
|
system.autoUpgrade.allowReboot = true;
|
||||||
|
|
|
@ -60,6 +60,6 @@ retry() {
|
||||||
for HOST in $HOSTS; do
|
for HOST in $HOSTS; do
|
||||||
retry 3 deploy \
|
retry 3 deploy \
|
||||||
--skip-checks \
|
--skip-checks \
|
||||||
--ssh-opts "-o UserKnownHostsFile=${KNOWN_HOSTS_FILE} ${SSH_KEY_FILE_ARG:-}" \
|
--ssh-opts "-o UserKnownHostsFile=${KNOWN_HOSTS_FILE} ${SSH_KEY_FILE_ARG:-''}" \
|
||||||
--targets "${FLAKE_ROOT}#\"${HOST}\".\"${PROFILE}\""
|
--targets "${FLAKE_ROOT}#\"${HOST}\".\"${PROFILE}\""
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue