sonarqube setup

This commit is contained in:
2025-09-18 19:12:44 -06:00
parent 9a269de7c3
commit 5d3d68d0ba
3 changed files with 39 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
{ config, ... }:
{ pkgs, config, ... }:
{
imports = [
./hardware-configuration.nix
@@ -14,6 +14,7 @@
9999 # stash
8384 # syncthing
5201 # vps speed test
3452 # sonarqube
config.my.servers.audiobookshelf.port
config.my.servers.bazarr.port
config.my.servers.collabora.port
@@ -82,7 +83,9 @@
users = {
groups.nixremote.gid = 555;
users = {
# jawz.packages = [ pkgs.stash ];
jawz.packages = builtins.attrValues {
inherit (pkgs) stash podman-compose;
};
nixremote = {
isNormalUser = true;
createHome = true;