hosts/options/default.nix

11 lines
155 B
Nix
Raw Normal View History

2023-02-26 16:42:49 +01:00
{ ... }:
{
imports = [
./email.nix
./burp.nix
./auto-upgrade.nix
./status-email.nix
./btrfs-scrub.nix
];
}