Re-add backups-rpi4 to deployments
This commit is contained in:
parent
9e1eb4c432
commit
f439b0e355
2 changed files with 3 additions and 5 deletions
|
@ -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"; };
|
||||
};
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue