This migrates zerotier from clanModules to clanServices. This is a graceful migration and does not yet disables any of the clanModule functionality.
11 lines
190 B
Nix
11 lines
190 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./admin/flake-module.nix
|
|
./hello-world/flake-module.nix
|
|
./wifi/flake-module.nix
|
|
./borgbackup/flake-module.nix
|
|
./zerotier/flake-module.nix
|
|
];
|
|
}
|