From 2810f17f67ae321cf1d16b2d980821b1d4c3906b Mon Sep 17 00:00:00 2001 From: Alex Stan <90788596+Ultra980@users.noreply.github.com> Date: Thu, 13 Jul 2023 23:33:19 +0300 Subject: [PATCH] did some stuff Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com> --- hosts/titan/configuration.nix | 4 +++- users/ultra/home.nix | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/titan/configuration.nix b/hosts/titan/configuration.nix index f86eba8..fb37d19 100644 --- a/hosts/titan/configuration.nix +++ b/hosts/titan/configuration.nix @@ -281,8 +281,10 @@ in { enable = true; }; twingate.enable = false; - ipfs = { + kubo = { enable = true; + startWhenNeeded = true; + autoMount = true; }; }; diff --git a/users/ultra/home.nix b/users/ultra/home.nix index 2b188d3..2b3e709 100644 --- a/users/ultra/home.nix +++ b/users/ultra/home.nix @@ -136,6 +136,7 @@ in { comic-mono screen moonlander + amfora ]; };