mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-01-09 17:08:24 +01:00
skrott: use stable kernel
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, fp, ... }: {
|
||||
{ pkgs, lib, fp, ... }: {
|
||||
imports = [
|
||||
# ./hardware-configuration.nix
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
consoleLogLevel = 0;
|
||||
enableContainers = false;
|
||||
loader.grub.enable = false;
|
||||
kernelPackages = pkgs.linuxPackages;
|
||||
};
|
||||
|
||||
# Now turn off a bunch of stuff lol
|
||||
|
||||
Reference in New Issue
Block a user