mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
clean: remove unused things
This commit is contained in:
parent
21f93302cc
commit
3fa1cfe043
1 changed files with 0 additions and 17 deletions
|
|
@ -1,17 +0,0 @@
|
||||||
{
|
|
||||||
lib,
|
|
||||||
config,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
inherit (lib) mkOption types;
|
|
||||||
inherit (config.liv) variables;
|
|
||||||
in {
|
|
||||||
options.liv.variables.dandelion = {
|
|
||||||
thisMachine = mkOption {
|
|
||||||
default = "dandelion.srv.${variables.primaryDomain}";
|
|
||||||
type = types.str;
|
|
||||||
readOnly = true;
|
|
||||||
description = "Domain of this specific machine";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue