From 4135c9a67e4e5dca5ec6d8129bdb1459777d9bc7 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Thu, 1 Jul 2021 12:27:04 +0200 Subject: [PATCH] mount Downloads on tmpfs for giulio --- hosts/gAluminum/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/gAluminum/default.nix b/hosts/gAluminum/default.nix index c517385..36ffec7 100644 --- a/hosts/gAluminum/default.nix +++ b/hosts/gAluminum/default.nix @@ -99,11 +99,5 @@ in { fsType = "tmpfs"; options = ["size=2G"]; }; - - fileSystems."/home/giulio/Downloads" = { - device = "tmpfs"; - fsType = "tmpfs"; - options = ["size=3G"]; - }; }