common: fix cleanTmpOnBoot name
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
508fb2f0d2
commit
3bb2e73a4b
|
@ -1,7 +1,7 @@
|
||||||
{ config, lib, pkgs, ... }: {
|
{ config, lib, pkgs, ... }: {
|
||||||
imports = [ ./users ./microcode.nix ./no-rsa-ssh-hostkey.nix ];
|
imports = [ ./users ./microcode.nix ./no-rsa-ssh-hostkey.nix ];
|
||||||
|
|
||||||
boot.cleanTmpDir = true;
|
boot.tmp.cleanOnBoot = true;
|
||||||
boot.kernelModules = [ "wireguard" ];
|
boot.kernelModules = [ "wireguard" ];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
@ -13,6 +13,7 @@
|
||||||
git
|
git
|
||||||
mosh
|
mosh
|
||||||
wasmer
|
wasmer
|
||||||
|
wasmtime
|
||||||
nodejs-16_x
|
nodejs-16_x
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue