sonarqube setup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user