refactor: Formatting
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Docker related settings
|
||||
{ config, inputs, lib, options, pkgs, ... }:
|
||||
{
|
||||
config,
|
||||
inputs,
|
||||
lib,
|
||||
options,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.my.profiles.docker;
|
||||
in
|
||||
@@ -19,4 +26,4 @@ in
|
||||
autoPrune.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user