ma cake.r: disable tmpfs

This commit is contained in:
makefu 2017-10-03 15:42:42 +02:00
parent 6ee5c58282
commit f8eeed31f2
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -1,7 +1,8 @@
{ config, pkgs, ... }:
{ config, lib, pkgs, ... }:
{
imports = [
<stockholm/makefu>
<stockholm/makefu/2configs/tools/core.nix>
# configure your hw:
# <stockholm/makefu/2configs/save-diskspace.nix>
];
@ -18,6 +19,7 @@
programs.info.enable = false;
programs.man.enable = false;
services.nixosManual.enable = false;
boot.tmpOnTmpfs = lib.mkForce false;
# File systems configuration for using the installer's partition layout
fileSystems = {