mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 20:09:07 +01:00
vps-public: Enable networking-toolbox
This commit is contained in:
parent
9677ce5f19
commit
edfc766b46
1 changed files with 6 additions and 1 deletions
|
|
@ -71,7 +71,12 @@
|
||||||
|
|
||||||
it-tools = {
|
it-tools = {
|
||||||
enable = true;
|
enable = true;
|
||||||
domain = "tools.${sproutedDomain}";
|
domain = "it-tools.${sproutedDomain}";
|
||||||
|
};
|
||||||
|
|
||||||
|
networking-toolbox = {
|
||||||
|
enable = true;
|
||||||
|
domain = "net-tools.${sproutedDomain}";
|
||||||
};
|
};
|
||||||
|
|
||||||
privatebin = {
|
privatebin = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue