Re-add backups-rpi4 to deployments

This commit is contained in:
albert 2025-04-05 16:34:20 +02:00
parent 9e1eb4c432
commit f439b0e355
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 3 additions and 5 deletions
flake.nix
home-manager/common/software/cli

View file

@ -108,8 +108,8 @@
nuc-server = libx.deploy { hostname = "nuc-server"; };
# Raspberry Pi's
# backups-rpi4 = libx.deploy { hostname = "backups-rpi4"; system = "aarch64-linux"; };
# piaware-rpi4 = libx.deploy { hostname = "piaware-rpi4"; system = "aarch64-linux"; };
backups-rpi4 = libx.deploy { hostname = "backups-rpi4"; system = "aarch64-linux"; };
bakersfield-rpi4 = libx.deploy { hostname = "bakersfield-rpi4"; system = "aarch64-linux"; };
quitman-rpi4 = libx.deploy { hostname = "quitman-rpi4"; system = "aarch64-linux"; };
};

View file

@ -1,11 +1,9 @@
{ config, pkgs, ... }: {
{ ... }: {
# Disable strict host key checking for
# 192.168.1.210 and 0.103 - framework-server
# 192.168.0.103 - framework-server
# 192.168.1.35 - nuc-server
# The key will change between boot and live for LUKS unlocking
home.file.".ssh/config".text = ''
Host 192.168.1.210
StrictHostKeyChecking no
Host 192.168.0.103
StrictHostKeyChecking no
Host 192.168.1.35