]> Git — Sourcephile - sourcephile-nix.git/blob - install/mermet/logical/boot.nix
nixops: add mermet
[sourcephile-nix.git] / install / mermet / logical / boot.nix
1 { pkgs, lib, config, ... }:
2 {
3 # Clean /tmp automatically on boot.
4 boot.cleanTmpDir = true;
5 }