1
0
mirror of https://github.com/drduh/YubiKey-Guide.git synced 2024-06-26 03:12:35 +00:00

Merge pull request #268 from reissmann/patch-1

Update nixos LiveCD example
This commit is contained in:
drduh 2021-08-15 15:15:16 -07:00 committed by GitHub
commit a12a01c1bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;