diff options
author | Soispha <soispha@vhack.eu> | 2023-05-20 07:51:03 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-20 08:03:02 +0200 |
commit | 3ae378210b08b364b4368ea640e360a15de01640 (patch) | |
tree | 4f937568a8682f446d928921aecf7faa39d55e88 /system/boot/default.nix | |
parent | Fix(system/libvirt): Remove omvf for aarch, as it's not used (diff) | |
download | nixos-config-3ae378210b08b364b4368ea640e360a15de01640.tar.gz nixos-config-3ae378210b08b364b4368ea640e360a15de01640.zip |
Style(treewide): Format
Diffstat (limited to 'system/boot/default.nix')
-rw-r--r-- | system/boot/default.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/system/boot/default.nix b/system/boot/default.nix index e762c0e6..410bf143 100644 --- a/system/boot/default.nix +++ b/system/boot/default.nix @@ -1,7 +1,4 @@ -{ - pkgs, - ... -}: { +{pkgs, ...}: { boot = { initrd = { #compressor = "lz4"; |