wip new machine h003

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-08-05 17:08:36 -05:00
parent d9aedb8d2f
commit a29902034e
10 changed files with 222 additions and 42 deletions

View file

@ -64,6 +64,7 @@
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILZigrRMF/HHMhjBIwiOnS2pqbOz8Az19tch680BGvmu nix2h001"
];
shell = pkgs.zsh;
};
luser = {
openssh.authorizedKeys.keys = [
@ -75,10 +76,6 @@
"input"
];
shell = pkgs.zsh;
packages = with pkgs; [
bitwarden
vaultwarden
];
};
};
};