summaryrefslogtreecommitdiff
path: root/modules/hosts/libreX60/configuration.nix
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-04-12 10:52:31 -0500
committerTim Keller <tjkeller.xyz>2025-04-12 10:52:31 -0500
commit81b0fa433585bd0899f1e7c0116bd108f23375b9 (patch)
tree9506e1b27aca4366fc5d3a1c9334788a38611315 /modules/hosts/libreX60/configuration.nix
parent0b69050f491804346bd9c6708f016f493da39117 (diff)
downloadnixos-81b0fa433585bd0899f1e7c0116bd108f23375b9.tar.xz
nixos-81b0fa433585bd0899f1e7c0116bd108f23375b9.zip
use libre kernel for libreX60
Diffstat (limited to 'modules/hosts/libreX60/configuration.nix')
-rw-r--r--modules/hosts/libreX60/configuration.nix6
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;