deploy-rs upgrade sane defaults

This commit is contained in:
Jermeiah S 2025-06-19 16:24:33 -04:00
parent 4ecc6a4ae6
commit b9f35afd8b
No known key found for this signature in database
3 changed files with 1 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ lib, config, ... }:
{
options.deploy = {
enable = lib.mkEnableOption "enable deployrs module";
enable = (lib.mkEnableOption // { default = true; }) "enable deployrs module";
address = lib.mkOption {
type = lib.types.str;
default = config.networking.hostName;