feat(services): add coder nixos module

This commit is contained in:
tux
2026-09-18 19:22:58 +05:30
parent ac750098b1
commit c179b45ac1
2 changed files with 101 additions and 0 deletions

View File

@@ -81,6 +81,12 @@
};
configurePangolin = true;
};
coder = {
enable = true;
domain = "coder.lab.tux.rs";
configurePangolin = true;
};
};
virtualisation = {