This commit is contained in:
Vivian 2023-08-02 14:02:28 +02:00
parent a9ebb8425c
commit f153adfab2
2 changed files with 29 additions and 15 deletions

View file

@ -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;
};