Skip to content

Commit

Permalink
chore 🧹(global): clean tmp on boot
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Hang <vhvictorhang@gmail.com>
  • Loading branch information
Banh-Canh committed Oct 19, 2024
1 parent 78582fa commit 04c9280
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ in
];
loader.grub.enable = lib.mkDefault true;
kernelPackages = pkgs.linuxPackages_latest;
tmp.cleanOnBoot = true;
};
networking = {
hostName = "${hostname}"; # Define your hostname.
Expand Down

0 comments on commit 04c9280

Please sign in to comment.