aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorSven Reissmann <sven@0x80.io>2021-07-05 10:19:58 +0200
committerGitHub <noreply@github.com>2021-07-05 10:19:58 +0200
commit23caa2c36b6c8bd27da28062371ccc91978dcfba (patch)
treeab46467116117bc7588ddd7a49294835379176f9 /README.md
parentMerge pull request #247 from jamesob/jamesob-21-03-pass-trouble (diff)
downloadYubiKey-Guide-23caa2c36b6c8bd27da28062371ccc91978dcfba.tar.gz
Update nixos LiveCD example
````nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix```` no longer exists. Update to ````nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5.nix````
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 09b508d..d3fcde1 100644
--- a/README.md
+++ b/README.md
@@ -264,7 +264,7 @@ Generate a NixOS LiveCD image with the given config:
let
config = { pkgs, ... }:
with pkgs; {
- imports = [ <nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix> ];
+ imports = [ <nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5.nix> ];
boot.kernelPackages = linuxPackages_latest;