summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2021-10-19 17:27:01 +0200
committerMaciej Krüger <mkg20001@gmail.com>2021-11-03 07:49:54 +0100
commit1c31f8db6ae8437da737ccc9276d9a95450f5d8a (patch)
tree0b349ff5b1b6042de087194b7cb80d574e1d28c6 /nixos/modules
parenta797967cecf8414a382aaf95a96f21f6871e4a4d (diff)
downloadnixpkgs-1c31f8db6ae8437da737ccc9276d9a95450f5d8a.tar
nixpkgs-1c31f8db6ae8437da737ccc9276d9a95450f5d8a.tar.gz
nixpkgs-1c31f8db6ae8437da737ccc9276d9a95450f5d8a.tar.bz2
nixpkgs-1c31f8db6ae8437da737ccc9276d9a95450f5d8a.tar.lz
nixpkgs-1c31f8db6ae8437da737ccc9276d9a95450f5d8a.tar.xz
nixpkgs-1c31f8db6ae8437da737ccc9276d9a95450f5d8a.tar.zst
nixpkgs-1c31f8db6ae8437da737ccc9276d9a95450f5d8a.zip
nixosTest.lxdImage: add lxdImage test
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/virtualisation/lxc-container.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/virtualisation/lxc-container.nix b/nixos/modules/virtualisation/lxc-container.nix
index fb0187aabcc..c7d5ee1fd11 100644
--- a/nixos/modules/virtualisation/lxc-container.nix
+++ b/nixos/modules/virtualisation/lxc-container.nix
@@ -124,6 +124,7 @@ in
       ] ++ templates.files;
     };
 
+    # TODO: build rootfs as squashfs for faster unpack
     system.build.tarball = pkgs.callPackage ../../lib/make-system-tarball.nix {
       extraArgs = "--owner=0";