diff --git a/machines/Ophanim/hardware-configuration.nix b/machines/Ophanim/hardware-configuration.nix index 3430419..83fc558 100644 --- a/machines/Ophanim/hardware-configuration.nix +++ b/machines/Ophanim/hardware-configuration.nix @@ -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 = { diff --git a/machines/Ophanim/options.nix b/machines/Ophanim/options.nix index d3439f0..09afed8 100644 --- a/machines/Ophanim/options.nix +++ b/machines/Ophanim/options.nix @@ -18,7 +18,6 @@ with lib; ]; pkgs = [ "base" - "emacs" "server" ]; services = [ diff --git a/pkgs/pkgsets.nix b/pkgs/pkgsets.nix index 98f4607..692471c 100644 --- a/pkgs/pkgsets.nix +++ b/pkgs/pkgsets.nix @@ -227,7 +227,7 @@ let server = with pkgs; [ audit - (gitpkgs.jekyll.override { withOptionalDependencies = true; }) + (jekyll.override { withOptionalDependencies = true; }) letsencrypt php simp_le