Drop GitLab and passwordFiles
This commit is contained in:
@ -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; [ ];
|
||||
};
|
||||
|
Reference in New Issue
Block a user