summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-01-15 22:06:09 +0100
committerChristoph Cullmann <cullmann@kde.org>2023-01-15 22:06:09 +0100
commit5d2ad5824d2109a11ed803efda4603d0722767a5 (patch)
tree643a47d2c501f316c254259707f0623d953c6302 /common.nix
parente85e25cb7bdddba81995244ef5d58556ef3e64a5 (diff)
not needed, the full root is no longer persistent
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/common.nix b/common.nix
index edf17d1..3fad042 100644
--- a/common.nix
+++ b/common.nix
@@ -95,9 +95,6 @@ in
#
networking.useDHCP = true;
- # we want /tmp to be non-persistent
- boot.cleanTmpDir = true;
-
# swap to RAM
zramSwap.enable = true;