feat(coder): Add module
This commit is contained in:
parent
f1ba0a98e8
commit
ef55596de6
5 changed files with 142 additions and 2 deletions
|
|
@ -7,6 +7,11 @@
|
|||
bind9.enable = true;
|
||||
traefik.enable = true;
|
||||
plex.enable = true;
|
||||
coder = {
|
||||
enable = true;
|
||||
accessUrl = "https://code.depeuter.dev";
|
||||
wildcardAccessUrl = "*.code.depeuter.dev";
|
||||
};
|
||||
};
|
||||
virtualisation.guest.enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue