feat(home-manager): create timer unit
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-07-10 08:44:11 +02:00
parent 1183ba0d73
commit 9d405a6324
2 changed files with 20 additions and 3 deletions

View File

@@ -13,6 +13,11 @@
type = types.bool;
default = false;
};
interval = mkOption {
type = types.str;
default = "daily";
description = "https://www.freedesktop.org/software/systemd/man/systemd.time.html";
};
};
};
endpointOption = mkOption {