From 512b669a7c02d4d5798b8579731fd7009d68d86c Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 30 Apr 2026 19:08:10 +0200 Subject: [PATCH] sqlite table mode --- nix/image/bootstrap | 1 + nix/image/configs/home/.sqliterc | 1 + 2 files changed, 2 insertions(+) create mode 100644 nix/image/configs/home/.sqliterc diff --git a/nix/image/bootstrap b/nix/image/bootstrap index d16e605..2c9dcff 100755 --- a/nix/image/bootstrap +++ b/nix/image/bootstrap @@ -42,6 +42,7 @@ if ((getent group $HAZE_GID | length) > 0) { useradd -u $HAZE_UID -g $HAZE_GID haze } chown -R $"haze:($HAZE_GID)" /home/haze +ls -af /etc/home | each {|file| ln -s $file.name $"/home/haze/($file.name | path basename)" } if ("/var/run/docker.sock" | path exists) { let dockerGid = stat --format "%g" /var/run/docker.sock diff --git a/nix/image/configs/home/.sqliterc b/nix/image/configs/home/.sqliterc new file mode 100644 index 0000000..0d5fe04 --- /dev/null +++ b/nix/image/configs/home/.sqliterc @@ -0,0 +1 @@ +.mode table