mirror of
https://github.com/SeanOMik/YubiKey-Guide.git
synced 2025-02-16 21:50:01 +00:00
Merge pull request #268 from reissmann/patch-1
Update nixos LiveCD example
This commit is contained in:
commit
a12a01c1bc
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ Generate a NixOS LiveCD image with the given config:
|
||||||
let
|
let
|
||||||
config = { pkgs, ... }:
|
config = { pkgs, ... }:
|
||||||
with 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;
|
boot.kernelPackages = linuxPackages_latest;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue