feat(mottarone): switch to git-svn

This commit is contained in:
uku 2024-09-03 11:35:18 +02:00
parent 68c9f9b836
commit ba9f0389d6
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
2 changed files with 4 additions and 2 deletions

View file

@ -1,9 +1,9 @@
{
{config, ...}: {
programs.git.enable = true;
hm.programs = {
git = {
enable = true;
inherit (config.programs.git) enable package;
userName = "uku";
userEmail = "hi@uku.moe";

View file

@ -5,5 +5,7 @@
(pkgs.callPackage ./teams.nix {})
];
programs.git.package = pkgs.gitSVN;
services.resolved.dnsovertls = lib.mkForce "false";
}