This commit is contained in:
Vivian 2023-11-10 22:53:33 +01:00
parent cd4589d97d
commit 187bc9261e
4 changed files with 14 additions and 26 deletions

View file

@ -40,22 +40,6 @@
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;
# };
# };
# };
home-manager = {
users.victor = import ./home;
};