This commit is contained in:
Sridhar Ratnakumar 2021-11-01 15:38:45 -04:00
parent 230e8f5867
commit 442e237a53
2 changed files with 6 additions and 0 deletions

View file

@ -20,5 +20,7 @@
#protocol.keybase.allow = "always";
credential.helper = "store --file ~/.git-credentials";
pull.rebase = "false";
# For supercede
core.symlinks = true;
};
}

View file

@ -71,6 +71,10 @@
dataDir = "/home/srid";
};
};
services.ipfs = {
enable = true;
autoMigrate = true;
};
programs = {
mosh.enable = true;