feat(ahrc-pc): add cryptsetup
This commit is contained in:
parent
d218eb008c
commit
aec4e76a53
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
|
||||
services.openssh.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [ cryptsetup ];
|
||||
|
||||
programs.bash.promptInit = ''
|
||||
if [ "$(whoami)" = root ]; then
|
||||
color=31
|
||||
|
|
Loading…
Reference in a new issue