feat: refactored configs to follow modules pattern
This commit is contained in:
parent
149f4f151f
commit
4eb36ddfc7
29 changed files with 169 additions and 1481 deletions
|
|
@ -106,13 +106,6 @@
|
|||
default = {};
|
||||
};
|
||||
})
|
||||
({...}: {
|
||||
flake.syncthingConfiguration = inputs.nix-syncthing.lib.syncthingConfiguration {
|
||||
modules = [
|
||||
(import ./configurations/syncthing)
|
||||
];
|
||||
};
|
||||
})
|
||||
(inputs.import-tree ./modules)
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue