mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
added shell = pkgs.bash
This commit is contained in:
@@ -69,6 +69,7 @@ in
|
|||||||
};
|
};
|
||||||
users = {
|
users = {
|
||||||
users.github-runners = {
|
users.github-runners = {
|
||||||
|
shell = pkgs.bash;
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
group = "github-runners";
|
group = "github-runners";
|
||||||
uid = 601;
|
uid = 601;
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [ ./nix_builder.nix ];
|
||||||
./nix_builder.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
users.github-runners = {
|
users.github-runners = {
|
||||||
|
shell = pkgs.bash;
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
group = "github-runners";
|
group = "github-runners";
|
||||||
uid = 601;
|
uid = 601;
|
||||||
|
|||||||
Reference in New Issue
Block a user