Migrates the borgbackup module to clanServices, preserving it's original configuration syntax and functionality
10 lines
158 B
Nix
10 lines
158 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./admin/flake-module.nix
|
|
./hello-world/flake-module.nix
|
|
./wifi/flake-module.nix
|
|
./borgbackup/flake-module.nix
|
|
];
|
|
}
|