chore(luj): switch shell to bash

This commit is contained in:
Julien Malka 2024-10-12 20:26:26 +02:00
parent 74ae6096fd
commit be798718ce
No known key found for this signature in database
GPG key ID: 6FC74C847011FD83

View file

@ -23,7 +23,7 @@ in
isNormalUser = true;
home = "/home/luj";
extraGroups = extraGroups ++ [ "production-hydra-db" ];
shell = "/run/current-system/sw/bin/zsh";
shell = "/run/current-system/sw/bin/bash";
uid = 1001;
openssh.authorizedKeys.keyFiles = [ ./keys/luj.keys ];
};