diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-06-02 09:43:20 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-06-02 09:43:20 +0530 |
| commit | 4050ba0a89a3a97b29d4f281b7570495cf5596d9 (patch) | |
| tree | f0473e4a555db3b2ea1f8fa8b474c196fd3b72db /modules/core/global.nix | |
| parent | 74c3f173fb766190c6cef3cb93ebc88f596249fc (diff) | |
update
Diffstat (limited to 'modules/core/global.nix')
| -rw-r--r-- | modules/core/global.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/core/global.nix b/modules/core/global.nix index 5b32baa..6fd97bb 100644 --- a/modules/core/global.nix +++ b/modules/core/global.nix @@ -11,6 +11,8 @@ in { nixPath = [ "nixpkgs=${nix_path}" ]; }; + boot.kernelPackages = pkgs.linuxPackages_latest; + systemd.tmpfiles.rules = [ "L+ ${nix_path} - - - - ${pkgs.path}" ]; |
