mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-06 12:59:22 +02:00
formt with nix fmt
This commit is contained in:
parent
2eb114c0b4
commit
2b6a2736f2
5 changed files with 27 additions and 14 deletions
|
@ -11,7 +11,9 @@ let
|
|||
in
|
||||
{
|
||||
options.jopejoe1.sops = {
|
||||
enable = (lib.mkEnableOption "Enable sops") // { default = true;};
|
||||
enable = (lib.mkEnableOption "Enable sops") // {
|
||||
default = true;
|
||||
};
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue