forked from DGNum/liminix
bordervm: add sshd, usbutils
This commit is contained in:
parent
648ac2eb7f
commit
aa3b635f61
1 changed files with 2 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue