Add libuuid
This commit is contained in:
parent
ffec07ff7b
commit
8e42b57558
1 changed files with 12 additions and 4 deletions
|
@ -138,11 +138,19 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
|
environment = {
|
||||||
|
systemPackages = with pkgs; [
|
||||||
docker
|
docker
|
||||||
gnome.gnome-keyring
|
gnome.gnome-keyring
|
||||||
|
libuuid
|
||||||
];
|
];
|
||||||
|
|
||||||
|
sessionVariables = {
|
||||||
|
LD_LIBRARY_PATH = "${pkgs.lib.makeLibraryPath [pkgs.libuuid]}";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
docker.enable = true;
|
docker.enable = true;
|
||||||
libvirtd.enable = true;
|
libvirtd.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue