Evie Litherland-Smith
10a44cbc2d
Move collection expressions from hosts/ into services/ as importable modules Remove service/hostname.nix collections Remove all imports from host/ expressions and include as modules in flake.nix Set sensible defaults that propagate to (I think) everything
10 lines
126 B
Nix
10 lines
126 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [ ./default.nix ];
|
|
services.mbsync = {
|
|
enable = true;
|
|
frequency = "*-*-* *:*/15:00";
|
|
};
|
|
}
|