aboutsummaryrefslogtreecommitdiff
path: root/profiles/defaults.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--profiles/defaults.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/defaults.nix b/profiles/defaults.nix
index 1cc92e1..776047e 100644
--- a/profiles/defaults.nix
+++ b/profiles/defaults.nix
@@ -5,6 +5,10 @@
...
}:
{
+ imports = [
+ ./cgroups.nix
+ ];
+
boot = {
kernelPackages = pkgs.linuxPackages_latest;
plymouth.enable = true;