mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds ntfyURL variable
This commit is contained in:
parent
e220e6904d
commit
ee8aceb56e
1 changed files with 7 additions and 0 deletions
|
|
@ -13,5 +13,12 @@ in {
|
||||||
readOnly = true;
|
readOnly = true;
|
||||||
description = "My primary domain";
|
description = "My primary domain";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ntfyURL = mkOption {
|
||||||
|
default = "notify.${variables.liv.primaryDomain}";
|
||||||
|
type = types.str;
|
||||||
|
readOnly = true;
|
||||||
|
description = "Notification service";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue