service/remote-build: fix shell
Some checks failed
/ Build Nix targets (push) Has been cancelled

This commit is contained in:
Felix Buehler 2026-01-24 22:51:50 +01:00
parent 79f8a1589f
commit 943e4c84d9

View file

@ -2,6 +2,7 @@
{
config,
lib,
pkgs,
...
}:
let
@ -18,6 +19,7 @@ in
users.users.nixremote = {
isSystemUser = true;
group = "nixremote";
shell = pkgs.zsh;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGYSzDdxqaNHmaaLqEvOK/vB65zvqoCebI3Nxzgg5smq root@workman"
];