diff options
Diffstat (limited to 'modules/hosts/libreX60/configuration.nix')
-rw-r--r-- | modules/hosts/libreX60/configuration.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/hosts/libreX60/configuration.nix b/modules/hosts/libreX60/configuration.nix index e1fa6fd..b2acd8c 100644 --- a/modules/hosts/libreX60/configuration.nix +++ b/modules/hosts/libreX60/configuration.nix @@ -8,10 +8,8 @@ grub.biosDevice = "/dev/sda"; }; - # Enable extra software pkgs - #software.desktop = { - # office.enable = true; - #}; + # Use bootloader + boot.kernelPackages = pkgs.linuxPackages-libre; # Enable network drives nas.enable = true; |