updates
This commit is contained in:
parent
161da282f7
commit
febe1aaaf0
2 changed files with 29 additions and 15 deletions
|
@ -40,6 +40,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";
|
||||
Experimental = {
|
||||
AcceleratedDHTClient = true;
|
||||
FilestoreEnabled = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
users.victor = import ./home;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue