common: fix cleanTmpOnBoot name

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Cadey Ratio 2023-05-15 11:43:25 -04:00
parent 508fb2f0d2
commit 3bb2e73a4b
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }: {
imports = [ ./users ./microcode.nix ./no-rsa-ssh-hostkey.nix ];
boot.cleanTmpDir = true;
boot.tmp.cleanOnBoot = true;
boot.kernelModules = [ "wireguard" ];
environment.systemPackages = with pkgs; [
@ -13,6 +13,7 @@
git
mosh
wasmer
wasmtime
nodejs-16_x
];