diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-04-12 23:47:01 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-04-12 23:47:01 +0200 |
commit | 3c26ebd9ab6998ddac96e90990c21634c5c2abf8 (patch) | |
tree | 3a2522bab326183a81008a94460afa468ea65d8f | |
parent | 0312da6aa3953bfac57ed8e7ec8c5fede110afd9 (diff) | |
download | nixos-3c26ebd9ab6998ddac96e90990c21634c5c2abf8.tar nixos-3c26ebd9ab6998ddac96e90990c21634c5c2abf8.tar.gz nixos-3c26ebd9ab6998ddac96e90990c21634c5c2abf8.tar.bz2 nixos-3c26ebd9ab6998ddac96e90990c21634c5c2abf8.tar.xz nixos-3c26ebd9ab6998ddac96e90990c21634c5c2abf8.zip |
tmpOnTmpfs
-rw-r--r-- | bragi.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ in rec { | |||
21 | 21 | ||
22 | boot.kernelModules = [ "usblp" ]; | 22 | boot.kernelModules = [ "usblp" ]; |
23 | 23 | ||
24 | boot.tmpOnTmpfs = true; | ||
25 | |||
24 | networking.hostName = "bragi"; | 26 | networking.hostName = "bragi"; |
25 | networking.hostId = "2af11085"; | 27 | networking.hostId = "2af11085"; |
26 | networking.wireless.enable = true; | 28 | networking.wireless.enable = true; |