add(tmp): make /tmp an actual tmpfs
This commit is contained in:
parent
ddbe5c35c5
commit
5129239a24
4 changed files with 38 additions and 5 deletions
|
@ -39,8 +39,14 @@ with lib.${namespace};
|
|||
eza = enabled;
|
||||
nh = enabled;
|
||||
};
|
||||
|
||||
system.tmpfs = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
];
|
||||
|
||||
# Set your time zone
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue