little bit of code cleanup
This commit is contained in:
parent
edcdd5f067
commit
1012224e67
|
@ -1,4 +1,4 @@
|
|||
arg@{ config, lib, pkgs, ... }:
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
inherit (pkgs) writeText;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue