forked from dan/liminix
bordervm: add sshd, usbutils
This commit is contained in:
parent
648ac2eb7f
commit
aa3b635f61
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user