little bit of code cleanup

This commit is contained in:
lassulus 2016-06-28 17:24:36 +02:00
parent edcdd5f067
commit 1012224e67
2 changed files with 1 additions and 7 deletions

View File

@ -1,4 +1,4 @@
arg@{ config, lib, pkgs, ... }:
{ config, lib, pkgs, ... }:
let
inherit (pkgs) writeText;

View File

@ -68,8 +68,6 @@ in {
}
{
#boot.loader.gummiboot.enable = true;
#boot.loader.efi.canTouchEfiVariables = true;
boot.loader.grub = {
devices = [
"/dev/sda"
@ -112,10 +110,6 @@ in {
{
sound.enable = false;
}
#{
# #workaround for server dying after 6-7h
# boot.kernelPackages = pkgs.linuxPackages_4_2;
#}
{
nixpkgs.config.allowUnfree = true;
}