From aec4e76a534293f152e820346c2c0edb4c5924f6 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Thu, 3 Oct 2024 09:27:08 +0200 Subject: [PATCH] feat(ahrc-pc): add `cryptsetup` --- ahrc-pc/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ahrc-pc/configuration.nix b/ahrc-pc/configuration.nix index 2c6458e..8c16b06 100644 --- a/ahrc-pc/configuration.nix +++ b/ahrc-pc/configuration.nix @@ -9,6 +9,8 @@ services.openssh.enable = true; + environment.systemPackages = with pkgs; [ cryptsetup ]; + programs.bash.promptInit = '' if [ "$(whoami)" = root ]; then color=31