summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5a20751..3b506a1 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
exampleIso = nixos.lib.nixosSystem {
system = "x86_64-linux";
modules = [
- "${nixos}/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix"
+ "${nixos}/nixos/modules/installer/cd-dvd/installation-cd-graphical-calamares-plasma6.nix"
];
};
};