Merged local changes and fixed merge conflict
This commit is contained in:
parent
f0d7f531e9
commit
3c3e28d1cd
4 changed files with 69 additions and 73 deletions
|
|
@ -54,6 +54,12 @@
|
|||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
programs.ssh.extraConfig = ''
|
||||
Host gitssh.jackmechem.dev
|
||||
IdentityFile /home/jack/.ssh/id_ed25519
|
||||
User forgejo
|
||||
'';
|
||||
|
||||
services.openssh.enable = true;
|
||||
|
||||
services.openssh.settings = {
|
||||
|
|
@ -171,6 +177,12 @@
|
|||
reverse_proxy localhost:3003
|
||||
'';
|
||||
};
|
||||
virtualHosts."test.jackmechem.dev" = {
|
||||
extraConfig = ''
|
||||
bind 127.0.0.1
|
||||
reverse_proxy localhost:3099
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
services.server-dash = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue