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 <[email protected]>
  • Loading branch information
Banh-Canh committed Oct 19, 2024
1 parent 78582fa commit e058ca0
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 @@ -103,6 +103,7 @@ in
loader.grub.enable = lib.mkDefault true;
kernelPackages = pkgs.linuxPackages_latest;
};
tmp.cleanOnBoot = true;
networking = {
hostName = "${hostname}"; # Define your hostname.
networkmanager.enable = true;
Expand Down

0 comments on commit e058ca0

Please sign in to comment.