tmpOnTmpfs only linux
This commit is contained in:
parent
8d999905cd
commit
fad9b00b93
|
@ -1 +1,6 @@
|
|||
_: { boot.tmpOnTmpfs = true; }
|
||||
{ pkgs, lib, ... }: {
|
||||
boot = lib.mkIf pkgs.stdenv.isLinux {
|
||||
# NOINLINE
|
||||
tmpOnTmpfs = true;
|
||||
};
|
||||
}
|
||||
|
|
14
profiles/base/default.nix
Normal file
14
profiles/base/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{tree, ...}: {
|
||||
imports = [
|
||||
./access.nix
|
||||
./boot.nix
|
||||
./hardware.nix
|
||||
./home.nix
|
||||
./locale.nix
|
||||
./nix.nix
|
||||
./programs.nix
|
||||
./services.nix
|
||||
./terminals.nix
|
||||
./zsh.nix
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue