From b82175c17badd6be0c9f9e409d5f48822fb8358d Mon Sep 17 00:00:00 2001 From: waveringana Date: Mon, 7 Jul 2025 08:37:10 -0400 Subject: [PATCH] add bun to services --- common/services.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/services.nix b/common/services.nix index 7f54d98..5a5d950 100755 --- a/common/services.nix +++ b/common/services.nix @@ -15,6 +15,7 @@ zfs nixos-generators sqlite + bun ]; services.openssh.enable = true;