mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Reformat nix files
This commit is contained in:
parent
292619386b
commit
600844c56d
2 changed files with 29 additions and 28 deletions
|
|
@ -2,7 +2,8 @@
|
||||||
with lib;
|
with lib;
|
||||||
let
|
let
|
||||||
cfg = config.services.custom-backup-job;
|
cfg = config.services.custom-backup-job;
|
||||||
in {
|
in
|
||||||
|
{
|
||||||
options.services.custom-backup-job = {
|
options.services.custom-backup-job = {
|
||||||
additionalReadWritePaths = mkOption {
|
additionalReadWritePaths = mkOption {
|
||||||
type = with types; listOf path;
|
type = with types; listOf path;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue