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 = { matchBlocks = {
"git.app.nedeco.de" = { "git.app.nedeco.de" = {
port = 20022; port = 22;
user = "git"; user = "git";
identityFile = "~/.ssh/nedeco_gitlab.pub"; identityFile = "~/.ssh/nedeco_gitlab.pub";
identitiesOnly = true; identitiesOnly = true;

View file

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