Force shell to be zsh on bolty
Some checks failed
use nix / build (push) Failing after 3m38s

This commit is contained in:
Cyryl Płotnicki 2024-08-24 22:35:55 +01:00
parent 4bc3af149e
commit 7102912381

View file

@ -38,5 +38,6 @@
users.users.cyryl = { users.users.cyryl = {
home = "/data/home/cyryl"; home = "/data/home/cyryl";
createHome = true; createHome = true;
shell = pkgs.zsh;
}; };
} }