summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-07-04 17:24:18 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-07-04 17:24:18 +0200
commit1210b5432a4e0409f2bb677a77551db25f7621a2 (patch)
tree9a165b61d929c239ea8a76f2299cd980e4b96fe3 /README.md
parent411a51c074eb75e31f03b8b4db133b14b1318f4d (diff)
create graphical installer
easier for wifi stuff
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"
];
};
};