julm: irssi: join #gargantext
[julm/julm-nix.git] / nixos / profiles / hardware / thinkpad.nix
index 6534bda4502f7f99ad0650692780e9e6d072b011..e72f4916db7d1a349b217be4be87b7bdaf8f6616 100644 (file)
@@ -8,8 +8,8 @@ with lib;
 
   powerManagement.cpuFreqGovernor = mkDefault "ondemand";
 
-  boot.cleanTmpDir = true;
-  boot.tmpOnTmpfs = true;
+  boot.tmp.cleanOnBoot = true;
+  boot.tmp.useTmpfs = true;
 
   boot.kernelModules = [ "kvm-intel" ];
   # https://bugzilla.kernel.org/show_bug.cgi?id=110941