diff options
author | drduh <github@duh.to> | 2021-08-15 15:15:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-15 15:15:16 -0700 |
commit | a12a01c1bc7d6d3943c8c392ce9af51ca78b7df2 (patch) | |
tree | ab46467116117bc7588ddd7a49294835379176f9 | |
parent | Merge pull request #247 from jamesob/jamesob-21-03-pass-trouble (diff) | |
parent | Update nixos LiveCD example (diff) | |
download | YubiKey-Guide-a12a01c1bc7d6d3943c8c392ce9af51ca78b7df2.tar.gz |
Merge pull request #268 from reissmann/patch-1
Update nixos LiveCD example
-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; |