Merge pull request #268 from reissmann/patch-1

Update nixos LiveCD example
pull/283/head
drduh 3 years ago committed by GitHub
commit a12a01c1bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save