updates
This commit is contained in:
parent
6df69984c0
commit
ffb8ac0710
6 changed files with 32 additions and 65 deletions
|
@ -41,20 +41,20 @@
|
|||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
|
||||
services.kubo = {
|
||||
enable = true;
|
||||
enableGC = true;
|
||||
# autoMount = true;
|
||||
settings = {
|
||||
Addresses.API = "/ip4/127.0.0.1/tcp/2324";
|
||||
Routing = {
|
||||
AcceleratedDHTClient = true;
|
||||
};
|
||||
Experimental = {
|
||||
FilestoreEnabled = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
# services.kubo = {
|
||||
# enable = true;
|
||||
# enableGC = true;
|
||||
# # autoMount = true;
|
||||
# settings = {
|
||||
# Addresses.API = "/ip4/127.0.0.1/tcp/2324";
|
||||
# Routing = {
|
||||
# AcceleratedDHTClient = true;
|
||||
# };
|
||||
# Experimental = {
|
||||
# FilestoreEnabled = true;
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
|
||||
home-manager = {
|
||||
users.victor = import ./home;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue