Strip installation image further
This commit is contained in:
parent
4a295b059c
commit
2c16be1705
@ -62,9 +62,6 @@ in {
|
|||||||
extraModulePackages = [config.boot.kernelPackages.broadcom_sta];
|
extraModulePackages = [config.boot.kernelPackages.broadcom_sta];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Adds terminus_font for people with HiDPI displays
|
|
||||||
console.packages = options.console.packages.default ++ [pkgs.terminus_font];
|
|
||||||
|
|
||||||
# ISO naming.
|
# ISO naming.
|
||||||
isoImage.isoName = "${config.isoImage.isoBaseName}-${config.system.nixos.label}-${pkgs.stdenv.hostPlatform.system}.iso";
|
isoImage.isoName = "${config.isoImage.isoBaseName}-${config.system.nixos.label}-${pkgs.stdenv.hostPlatform.system}.iso";
|
||||||
|
|
||||||
@ -106,13 +103,6 @@ in {
|
|||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
networking.wireless.enable = mkImageMediaOverride false;
|
networking.wireless.enable = mkImageMediaOverride false;
|
||||||
|
|
||||||
# KDE complains if power management is disabled (to be precise, if
|
|
||||||
# there is no power management backend such as upower).
|
|
||||||
powerManagement.enable = true;
|
|
||||||
|
|
||||||
# Enable sound in graphical iso's.
|
|
||||||
hardware.pulseaudio.enable = true;
|
|
||||||
|
|
||||||
# VM guest additions to improve host-guest interaction
|
# VM guest additions to improve host-guest interaction
|
||||||
services.spice-vdagentd.enable = true;
|
services.spice-vdagentd.enable = true;
|
||||||
services.qemuGuest.enable = true;
|
services.qemuGuest.enable = true;
|
||||||
@ -126,19 +116,6 @@ in {
|
|||||||
# which lags behind kernel releases, potentially causing broken builds.
|
# which lags behind kernel releases, potentially causing broken builds.
|
||||||
virtualisation.virtualbox.guest.enable = false;
|
virtualisation.virtualbox.guest.enable = false;
|
||||||
|
|
||||||
environment.defaultPackages = with pkgs; [
|
|
||||||
# Include gparted for partitioning disks.
|
|
||||||
gparted
|
|
||||||
|
|
||||||
# Include some editors.
|
|
||||||
vim
|
|
||||||
nano
|
|
||||||
|
|
||||||
# Include some version control tools.
|
|
||||||
git
|
|
||||||
rsync
|
|
||||||
];
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# Calamares for graphical installation
|
# Calamares for graphical installation
|
||||||
libsForQt5.kpmcore
|
libsForQt5.kpmcore
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user