feat(ahrc-pc): add cryptsetup

This commit is contained in:
Ahurac 2024-10-03 09:27:08 +02:00
parent d218eb008c
commit aec4e76a53

View file

@ -9,6 +9,8 @@
services.openssh.enable = true; services.openssh.enable = true;
environment.systemPackages = with pkgs; [ cryptsetup ];
programs.bash.promptInit = '' programs.bash.promptInit = ''
if [ "$(whoami)" = root ]; then if [ "$(whoami)" = root ]; then
color=31 color=31