diff options
author | Sven Reissmann <sven@0x80.io> | 2021-07-05 10:19:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-05 10:19:58 +0200 |
commit | 23caa2c36b6c8bd27da28062371ccc91978dcfba (patch) | |
tree | ab46467116117bc7588ddd7a49294835379176f9 /README.md | |
parent | Merge pull request #247 from jamesob/jamesob-21-03-pass-trouble (diff) | |
download | YubiKey-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |