added bash

This commit is contained in:
Bryan Ramos 2026-03-12 13:34:51 -04:00
parent cd92d6c939
commit 830063e838

View file

@ -19,7 +19,7 @@ in
isSystemUser = true; isSystemUser = true;
group = "git"; group = "git";
home = "/var/lib/forgejo"; home = "/var/lib/forgejo";
shell = "${pkgs.shadow}/bin/nologin"; shell = "${pkgs.bash}/bin/bash";
}; };
users.users.nginx = mkIf nginx.enable { users.users.nginx = mkIf nginx.enable {