From aa3b635f6176c4127b9ae8904c682822f156f324 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Wed, 17 May 2023 15:16:41 +0100 Subject: [PATCH] bordervm: add sshd, usbutils --- bordervm-configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bordervm-configuration.nix b/bordervm-configuration.nix index 29b74d7..792d3bd 100644 --- a/bordervm-configuration.nix +++ b/bordervm-configuration.nix @@ -75,6 +75,7 @@ in { ExecStart = "${pkgs.tufted}/bin/tufted /home/liminix/liminix"; }; }; + services.openssh.enable = true; systemd.services.sshd.wantedBy = pkgs.lib.mkForce [ "multi-user.target" ]; virtualisation = { @@ -104,6 +105,7 @@ in { socat tufted iptables + usbutils ]; security.sudo.wheelNeedsPassword = false; networking = {