mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
added bash
This commit is contained in:
parent
cd92d6c939
commit
830063e838
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue