aboutsummaryrefslogtreecommitdiff
path: root/nixos/hosts
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2026-01-25 11:08:56 +0100
committerMartin Fischer <martin@push-f.com>2026-01-25 18:14:41 +0100
commitc7f90f0a773a2faa3dcf9a661749d8591b276d47 (patch)
tree47bb86704f51ce5f47d6bdc0d70ca8afd9df1971 /nixos/hosts
parentc51c2b5e21893ee7fcab6608bbe49a9fc402633c (diff)
feat(workstation): add rsqlite script
Diffstat (limited to 'nixos/hosts')
-rw-r--r--nixos/hosts/ev/default.nix5
-rw-r--r--nixos/hosts/tente/default.nix5
2 files changed, 10 insertions, 0 deletions
diff --git a/nixos/hosts/ev/default.nix b/nixos/hosts/ev/default.nix
index 0b8b2f3..d5737fa 100644
--- a/nixos/hosts/ev/default.nix
+++ b/nixos/hosts/ev/default.nix
@@ -56,6 +56,11 @@ in
time.timeZone = "Europe/Vienna";
+ environment.systemPackages = with pkgs; [
+ # The essentials are installed via the imported profile.
+ sqlite-interactive
+ ];
+
fileSystems = {
"/mnt/personal" = {
device = "UUID=5587670d-9a50-4068-baca-17f5360f9ff9";
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 = {};