mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 19:27:17 +00:00
Enables tmp on tmpfs
This commit is contained in:
parent
93443c0a35
commit
c3bdc4210e
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
||||||
|
|
||||||
programs.command-not-found.enable = false;
|
programs.command-not-found.enable = false;
|
||||||
|
|
||||||
|
boot.tmp.useTmpfs = true;
|
||||||
|
|
||||||
console.keyMap = "colemak";
|
console.keyMap = "colemak";
|
||||||
console.packages = [pkgs.terminus_font];
|
console.packages = [pkgs.terminus_font];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue