1
0
mirror of https://github.com/kmein/niveum synced 2026-03-22 04:41:07 +01:00

catullus: move to krops

This commit is contained in:
Kierán Meinhardt
2019-01-31 23:39:38 +01:00
parent a3ea9aeeaf
commit c70c4d106d
5 changed files with 50 additions and 24 deletions

View File

@@ -1,7 +1,5 @@
{ config, lib, pkgs, ... }:
{ config, pkgs, ... }:
{
imports = [ ./config.nix ];
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelParams = [ "cma=32M" ];