mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore(ct): update template
This commit is contained in:
parent
a283b4bf9a
commit
a03d567652
3 changed files with 9 additions and 4 deletions
|
|
@ -5,4 +5,10 @@
|
|||
inherit (lib) mkDefault;
|
||||
in {
|
||||
services.kanidm.serverSettings.db_fs_type = mkDefault "zfs";
|
||||
# work around a filesystem issue when migrating an unprivileged container to privileged
|
||||
boot.postBootCommands = ''
|
||||
if [[ $(stat -c '%u' /) != 0 ]]; then
|
||||
chown 0:0 / /*
|
||||
fi
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue