From f79d36d579caa3938b8da3a1dcc79e627a6009b0 Mon Sep 17 00:00:00 2001
From: tv <tv@shackspace.de>
Date: Tue, 7 Jul 2015 19:19:29 +0200
Subject: [PATCH] nomic: boot.tmpOnTmpfs = true

---
 modules/nomic/default.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/nomic/default.nix b/modules/nomic/default.nix
index 9d3fc0de6..7696337a1 100644
--- a/modules/nomic/default.nix
+++ b/modules/nomic/default.nix
@@ -56,6 +56,8 @@ in
     "net.ipv6.conf.default.use_tempaddr" = 2;
   };
 
+  boot.tmpOnTmpfs = true;
+
   environment.systemPackages = with pkgs; [
     (writeScriptBin "play" ''
       #! /bin/sh