summaryrefslogtreecommitdiffstats
path: root/tv/1systems/zu/config.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-08-01 22:32:14 +0200
committertv <tv@krebsco.de>2017-08-01 22:39:47 +0200
commit2c19c6e3efafc3fd42ac4d77a8978d184bb277d0 (patch)
treef1eeb3c749818043c792fd5ea4e5dd2e676b1ca4 /tv/1systems/zu/config.nix
parent114583d75f53d3e962d716a71038fdd1dfb8cec2 (diff)
tv: boot.tmpOnTmpfs = true
Diffstat (limited to 'tv/1systems/zu/config.nix')
-rw-r--r--tv/1systems/zu/config.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/tv/1systems/zu/config.nix b/tv/1systems/zu/config.nix
index 5936ddf..7267bbc 100644
--- a/tv/1systems/zu/config.nix
+++ b/tv/1systems/zu/config.nix
@@ -39,11 +39,6 @@ with import <stockholm/lib>;
"/boot" = {
device = "/dev/sda1";
};
- "/tmp" = {
- device = "tmpfs";
- fsType = "tmpfs";
- options = ["nosuid" "nodev" "noatime"];
- };
};
security.wrappers = {
@@ -52,11 +47,6 @@ with import <stockholm/lib>;
services.printing.enable = true;
- # see tmpfiles.d(5)
- systemd.tmpfiles.rules = [
- "d /tmp 1777 root root - -" # does this work with mounted /tmp?
- ];
-
#services.bitlbee.enable = true;
#services.tor.client.enable = true;
#services.tor.enable = true;