ft/creates git cred file

This commit is contained in:
itsscb 2024-05-11 19:57:54 +02:00
parent 7b84ec14b2
commit c228d6a02d

View File

@ -22,6 +22,7 @@
};
sops.secrets."git" = {
owner = config.users.users.itsscb.name;
path = "${config.users.users.itsscb.home}/.config/git/credentials";
};
# Bootloader.
boot.loader.systemd-boot.enable = true;