summaryrefslogtreecommitdiffstats
path: root/nixos/modules/virtualisation/lxd.nix
diff options
context:
space:
mode:
authorBastian Köcher <bkchr@users.noreply.github.com>2017-05-24 20:29:38 +0200
committerJoachim F <joachifm@users.noreply.github.com>2017-05-24 19:29:38 +0100
commit179c504a66b82d6c70c4e5d3ff5fe330edecfd3b (patch)
tree33740fbbab9ed32b1bc081d65a0605b20cc39e6b /nixos/modules/virtualisation/lxd.nix
parentdc4e2cd70fd071f08cd5ba8db5ccd3d4dc68b197 (diff)
lxd: 2.0.2 -> 2.12 (#25685)
* Upgrades lxd to version 2.12 * Adds missing packages to path for lxd
Diffstat (limited to 'nixos/modules/virtualisation/lxd.nix')
-rw-r--r--nixos/modules/virtualisation/lxd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/lxd.nix b/nixos/modules/virtualisation/lxd.nix
index 9d76b890872a..b1ff0337994e 100644
--- a/nixos/modules/virtualisation/lxd.nix
+++ b/nixos/modules/virtualisation/lxd.nix
@@ -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";