summary refs log tree commit diff
path: root/nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-04-09 19:43:59 -0400
committerGitHub <noreply@github.com>2020-04-09 19:43:59 -0400
commit21b50e6f6879f22b9261362bfd6dce26b7611e18 (patch)
tree45b14a4aa78e9d1a726031dc282e93f0ef9fc28b /nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5.nix
parent8583d99e429a99ded8c7e9433afc00cd37c27672 (diff)
downloadnixpkgs-21b50e6f6879f22b9261362bfd6dce26b7611e18.tar
nixpkgs-21b50e6f6879f22b9261362bfd6dce26b7611e18.tar.gz
nixpkgs-21b50e6f6879f22b9261362bfd6dce26b7611e18.tar.bz2
nixpkgs-21b50e6f6879f22b9261362bfd6dce26b7611e18.tar.lz
nixpkgs-21b50e6f6879f22b9261362bfd6dce26b7611e18.tar.xz
nixpkgs-21b50e6f6879f22b9261362bfd6dce26b7611e18.tar.zst
nixpkgs-21b50e6f6879f22b9261362bfd6dce26b7611e18.zip
Revert "iso-image: normalize volumeID"
Diffstat (limited to 'nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5.nix')
-rw-r--r--nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5.nix b/nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5.nix
index e76e06654ac..e00d3f7535b 100644
--- a/nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5.nix
+++ b/nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5.nix
@@ -8,8 +8,6 @@ with lib;
 {
   imports = [ ./installation-cd-graphical-base.nix ];
 
-  isoImage.edition = "plasma5";
-
   services.xserver = {
     desktopManager.plasma5 = {
       enable = true;