1
0
Fork 0
This commit is contained in:
Daniel Kempkens 2024-03-25 21:54:24 +01:00
parent d40f4ee9b3
commit 00f935e074
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
3 changed files with 11 additions and 1 deletions

View file

@ -3,7 +3,7 @@
{
matchBlocks = {
"git.app.nedeco.de" = {
port = 20022;
port = 22;
user = "git";
identityFile = "~/.ssh/nedeco_gitlab.pub";
identitiesOnly = true;

View file

@ -83,6 +83,16 @@ in
systemd.network = {
enable = true;
netdevs = {
"20-vlan10" = {
netdevConfig = {
Kind = "vlan";
Name = "vlan51";
};
vlanConfig.Id = 51;
};
};
networks = {
"10-lan" = {
matchConfig.Name = "end0";