home

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

commit 3a091ce64b956a936edc6b214d15634e432468ea
parent 781e8909a6a76a9aa121ab3385fd402f79cfb81b
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 14 Jan 2021 11:01:39 +0100

systems: fix krb5.conf redhat file

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

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

diff --git a/systems/modules/profiles/redhat.nix b/systems/modules/profiles/redhat.nix @@ -18,7 +18,7 @@ in }) libnotify ]; - environment.etc."etc/krb5.conf" = { + environment.etc."krb5.conf" = { source = pkgs.mkSecret ../../../secrets/etc/krb5.conf; }; # NetworkManager