Changed list of installed packages for Ophanim.

This commit is contained in:
Kevin Baensch 2019-04-21 01:52:35 +02:00
parent f0802397b9
commit 4386bc197d
3 changed files with 2 additions and 3 deletions

View file

@ -7,7 +7,7 @@
boot = {
initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "sd_mod" "sr_mod" ];
kernelPackages = pkgs.linuxPackages_latest_hardened;
kernelPackages = pkgs.linuxPackages_latest;
kernelModules = [ ];
extraModulePackages = [ ];
loader.grub = {

View file

@ -18,7 +18,6 @@ with lib;
];
pkgs = [
"base"
"emacs"
"server"
];
services = [