From 3c26ebd9ab6998ddac96e90990c21634c5c2abf8 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 12 Apr 2017 23:47:01 +0200 Subject: tmpOnTmpfs --- bragi.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bragi.nix b/bragi.nix index 47f18cde..5d234da6 100644 --- a/bragi.nix +++ b/bragi.nix @@ -21,6 +21,8 @@ in rec { boot.kernelModules = [ "usblp" ]; + boot.tmpOnTmpfs = true; + networking.hostName = "bragi"; networking.hostId = "2af11085"; networking.wireless.enable = true; -- cgit v1.2.3