From b7088fe3af48598d6e04f36703ae53a4a631ea21 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 10 Jun 2022 17:15:50 +0200 Subject: [PATCH] hades: use tmpfs for /tmp --- hosts/hades/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/hades/default.nix b/hosts/hades/default.nix index 82d2fcb..60ef762 100644 --- a/hosts/hades/default.nix +++ b/hosts/hades/default.nix @@ -24,6 +24,8 @@ in { devices = [ "/dev/sda" "/dev/sdb" ]; }; + boot.tmpOnTmpfs = true; + networking.hostName = "hades"; # Define your hostname. networking.domain = "alarsyo.net";