Skip to content

Commit 5889296

Browse files
refactor(dashy): rename base url path to point to dashy
1 parent 297cdcb commit 5889296

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/nixos/services/dashy.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ in
4242

4343
enable = true;
4444
virtualHost.enableNginx = true;
45-
virtualHost.domain = "${serviceName}.${hostName}.home";
45+
virtualHost.domain = "${hostName}.home";
4646
};
4747
};
4848
}

0 commit comments

Comments
 (0)