bordervm: add sshd, usbutils

module-based-network
Daniel Barlow 2023-05-17 15:16:41 +01:00
parent 648ac2eb7f
commit aa3b635f61
1 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,7 @@ in {
ExecStart = "${pkgs.tufted}/bin/tufted /home/liminix/liminix"; ExecStart = "${pkgs.tufted}/bin/tufted /home/liminix/liminix";
}; };
}; };
services.openssh.enable = true;
systemd.services.sshd.wantedBy = pkgs.lib.mkForce [ "multi-user.target" ]; systemd.services.sshd.wantedBy = pkgs.lib.mkForce [ "multi-user.target" ];
virtualisation = { virtualisation = {
@ -104,6 +105,7 @@ in {
socat socat
tufted tufted
iptables iptables
usbutils
]; ];
security.sudo.wheelNeedsPassword = false; security.sudo.wheelNeedsPassword = false;
networking = { networking = {