Drop GitLab and passwordFiles

This commit is contained in:
2024-01-28 12:30:36 -06:00
parent a2508935af
commit 441e7f2c35
8 changed files with 20 additions and 114 deletions

View File

@ -1,19 +1,16 @@
{ config, pkgs, ... }: {
programs.bash.promptInit = ''
PS1="\n\[\033[01;32m\]\u $\[\033[00m\]\[\033[01;36m\] \w >\[\033[00m\] "
PS1='\u@\h:\w\n-> '
'';
users.users = {
sezycei = {
isNormalUser = true;
passwordFile = config.age.secrets.sezycei.path;
extraGroups = [ "wheel" "nginx" ];
packages = with pkgs; [ atuin bun byobu purescript stack tmux ];
shell = pkgs.zsh;
};
cridycei = {
isNormalUser = true;
passwordFile = config.age.secrets.cridycei.path;
extraGroups = [ ];
packages = with pkgs; [ ];
};