From bcce1065d983a072854157085dfc028b0fcc4dd9 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 25 Jan 2026 11:08:56 +0100 Subject: feat(workstation): add rsqlite script --- nixos/hosts/tente/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nixos/hosts/tente') diff --git a/nixos/hosts/tente/default.nix b/nixos/hosts/tente/default.nix index 2b4fafb..fe9b0a5 100644 --- a/nixos/hosts/tente/default.nix +++ b/nixos/hosts/tente/default.nix @@ -53,6 +53,11 @@ in time.timeZone = "Europe/Vienna"; + environment.systemPackages = with pkgs; [ + # The essentials are installed via the imported profile. + sqlite-interactive + ]; + users.groups = { www-generator = {}; www-personal = {}; -- cgit v1.3.1