Add comments
This commit is contained in:
parent
15c29c0368
commit
74debb6e4b
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
{ config, pkgs, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
# Disable strict host key checking for 192.168.1.210
|
# Disable strict host key checking for
|
||||||
|
# 192.168.1.210 - framework-server
|
||||||
|
# 192.168.1.101 - nuc-server
|
||||||
# The key will change between boot and live for LUKS unlocking
|
# The key will change between boot and live for LUKS unlocking
|
||||||
home.file.".ssh/config".text = ''
|
home.file.".ssh/config".text = ''
|
||||||
Host 192.168.1.210
|
Host 192.168.1.210
|
||||||
|
|
Loading…
Reference in a new issue