mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
lxdImage: enable docs & xlibs in standalone image
This commit is contained in:
parent
fec499bb98
commit
3c3349e24b
@ -96,4 +96,8 @@ with lib;
|
|||||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||||
system.stateVersion = "21.05"; # Did you read the comment?
|
system.stateVersion = "21.05"; # Did you read the comment?
|
||||||
|
|
||||||
|
# As this is intended as a stadalone image, undo some of the minimal profile stuff
|
||||||
|
documentation.enable = true;
|
||||||
|
documentation.nixos.enable = true;
|
||||||
|
environment.noXlibs = false;
|
||||||
}
|
}
|
||||||
|
@ -31,4 +31,9 @@ with lib;
|
|||||||
# Network
|
# Network
|
||||||
networking.useDHCP = false;
|
networking.useDHCP = false;
|
||||||
networking.interfaces.eth0.useDHCP = true;
|
networking.interfaces.eth0.useDHCP = true;
|
||||||
|
|
||||||
|
# As this is intended as a stadalone image, undo some of the minimal profile stuff
|
||||||
|
documentation.enable = true;
|
||||||
|
documentation.nixos.enable = true;
|
||||||
|
environment.noXlibs = false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user