updates
This commit is contained in:
parent
d40f4ee9b3
commit
00f935e074
3 changed files with 11 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Binary file not shown.
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue