mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 10:28:53 +00:00
Updated mow0m Hostname for new DNS Config
Some checks failed
/ Check Nix Flake (push) Has been cancelled
Some checks failed
/ Check Nix Flake (push) Has been cancelled
This commit is contained in:
parent
f2f32106fc
commit
b7af9df1a0
|
|
@ -44,7 +44,7 @@
|
||||||
};
|
};
|
||||||
programs.ssh.matchBlocks."master@mow0m" = {
|
programs.ssh.matchBlocks."master@mow0m" = {
|
||||||
host = "mow0m";
|
host = "mow0m";
|
||||||
hostname = "mow0m.lan";
|
hostname = "mow0m";
|
||||||
user = "master";
|
user = "master";
|
||||||
identityFile = "~/.ssh/master@mow0m";
|
identityFile = "~/.ssh/master@mow0m";
|
||||||
port = 9553;
|
port = 9553;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue