home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 57edb016e6b57c4ee698ac06d1c0f5d58ed213ea
parent 206665a8b84104e28d6241efd3507661a0fd53e6
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 12 Oct 2020 11:43:07 +0200

systems/modules: add kerberos to redhat profile

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/modules/profiles/redhat.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/systems/modules/profiles/redhat.nix b/systems/modules/profiles/redhat.nix @@ -11,6 +11,7 @@ in }; }; config = mkIf cfg.enable { + environment.systemPackages = with pkgs; [ krb5 ]; # NetworkManager environment.etc."NetworkManager/system-connections/1-RHVPN.ovpn" = { source = pkgs.mkSecret ../../../secrets/etc/NetworkManager/system-connections/1-RHVPN.ovpn;