lots
This commit is contained in:
@@ -48,7 +48,8 @@
|
||||
environment.etc."current-system-flake".source = inputs.self; # the plan was to allow me to locate the new flake.lock, but alas https://github.com/NixOS/nix/issues/6895
|
||||
/**/
|
||||
|
||||
environment.shells = with pkgs; [ bash zsh ];
|
||||
environment.shells = with pkgs; [ bashInteractive zsh ]; # TODO: needed?
|
||||
programs.zsh.enable = true;
|
||||
|
||||
nix.settings.allowed-users = [ "*" ]; # default
|
||||
#nix.settings.allowed-users = [ "@nixbld" "@builders" ]; # TODO: this
|
||||
|
||||
Reference in New Issue
Block a user