updates
Some checks failed
Lint / lint (push) Failing after 1s
Plex Update / update (push) Failing after 1s

This commit is contained in:
Vivian 2023-09-01 21:06:09 +02:00
parent 6df69984c0
commit ffb8ac0710
6 changed files with 32 additions and 65 deletions

View file

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