mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
ipfs
This commit is contained in:
parent
230e8f5867
commit
442e237a53
2 changed files with 6 additions and 0 deletions
|
|
@ -20,5 +20,7 @@
|
|||
#protocol.keybase.allow = "always";
|
||||
credential.helper = "store --file ~/.git-credentials";
|
||||
pull.rebase = "false";
|
||||
# For supercede
|
||||
core.symlinks = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@
|
|||
dataDir = "/home/srid";
|
||||
};
|
||||
};
|
||||
services.ipfs = {
|
||||
enable = true;
|
||||
autoMigrate = true;
|
||||
};
|
||||
|
||||
programs = {
|
||||
mosh.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue