mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
sqlite table mode
This commit is contained in:
parent
ea3f89bb04
commit
512b669a7c
2 changed files with 2 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ if ((getent group $HAZE_GID | length) > 0) {
|
||||||
useradd -u $HAZE_UID -g $HAZE_GID haze
|
useradd -u $HAZE_UID -g $HAZE_GID haze
|
||||||
}
|
}
|
||||||
chown -R $"haze:($HAZE_GID)" /home/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) {
|
if ("/var/run/docker.sock" | path exists) {
|
||||||
let dockerGid = stat --format "%g" /var/run/docker.sock
|
let dockerGid = stat --format "%g" /var/run/docker.sock
|
||||||
|
|
|
||||||
1
nix/image/configs/home/.sqliterc
Normal file
1
nix/image/configs/home/.sqliterc
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
.mode table
|
||||||
Loading…
Add table
Add a link
Reference in a new issue