lxd: 2.0.2 -> 2.12 (#25685)
* Upgrades lxd to version 2.12 * Adds missing packages to path for lxd
This commit is contained in:
committed by
Joachim F
parent
dc4e2cd70f
commit
179c504a66
@@ -45,7 +45,7 @@ in
|
||||
after = [ "systemd-udev-settle.service" ];
|
||||
|
||||
# TODO(wkennington): Add lvm2 and thin-provisioning-tools
|
||||
path = with pkgs; [ acl rsync gnutar xz btrfs-progs ];
|
||||
path = with pkgs; [ acl rsync gnutar xz btrfs-progs gzip dnsmasq squashfsTools iproute iptables ];
|
||||
|
||||
serviceConfig.ExecStart = "@${pkgs.lxd.bin}/bin/lxd lxd --syslog --group lxd";
|
||||
serviceConfig.Type = "simple";
|
||||
|
||||
Reference in New Issue
Block a user