infrastructure

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit cf4cb4a15f7a9a017c96d72b3efcb7a440d3a95c
parent d835c285266d513c604e0b516cee7aea1a0b4338
Author: Silas Brack <silasbrack@gmail.com>
Date:   Mon, 14 Oct 2024 22:09:49 +0200

Undo

Diffstat:
Dvm-forward.nix | 9---------
1 file changed, 0 insertions(+), 9 deletions(-)

diff --git a/vm-forward.nix b/vm-forward.nix @@ -1,9 +0,0 @@ -{ pkgs, ... }: { - services.openssh.enable = true; - virtualisation = { - forwardPorts = [ - { from = "host"; host.port = 2222; guest.port = 22; } - ]; - }; - -}