diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index cf0ea6b..a96ed84 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -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;