Fix failing vps1 checks

This commit is contained in:
2024-01-21 00:15:59 +00:00
parent ea939b2e15
commit d74e0032bb
5 changed files with 3 additions and 5 deletions

View File

@ -36,6 +36,7 @@
'';
users.defaultUserShell = pkgs.zsh;
programs.zsh.enable = true;
nix = {
package = pkgs.nixFlakes;