Use wildcard
This commit is contained in:
parent
a7e892635c
commit
65416105db
4 changed files with 15 additions and 15 deletions
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
{
|
||||
services = {
|
||||
headscale = let const = config.constants; in {
|
||||
headscale = with config.constants; {
|
||||
enable = true;
|
||||
address = const.localhost;
|
||||
port = const.port.headscale;
|
||||
settings.server_url = "https://headscale.${const.domain}";
|
||||
address = localhost;
|
||||
port = port.headscale;
|
||||
settings.server_url = "https://headscale.${domain}";
|
||||
};
|
||||
tailscale = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue