mirror of
https://github.com/davegallant/nix-config
synced 2025-08-13 09:50:19 +00:00
Improve folder structure
This commit is contained in:
9
nix/main/kernel.nix
Normal file
9
nix/main/kernel.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# Use the latest stable kernel
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
# Enable support for additional filesystems
|
||||
boot.supportedFilesystems = [ "ntfs" ];
|
||||
}
|
Reference in New Issue
Block a user