about summary refs log tree commit diff
path: root/modules/system/boot/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/boot/default.nix')
-rw-r--r--modules/system/boot/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/system/boot/default.nix b/modules/system/boot/default.nix
index b037f63..cac1cec 100644
--- a/modules/system/boot/default.nix
+++ b/modules/system/boot/default.nix
@@ -1,6 +1,7 @@
 { pkgs, config, lib, ... }:
 let cfg = config.my.system.boot;
-in {
+in
+{
   options.my.system.boot = with lib; {
     tmp = { clean = mkEnableOption "clean `/tmp` on boot."; };
     initrd = {