diff options
author | dennis <dennis@mrslave> | 2020-11-10 12:00:26 +0100 |
---|---|---|
committer | dennis <dennis@mrslave> | 2020-11-10 12:00:26 +0100 |
commit | bc83c8a8b726c7a5117ba4024ccf62228746f7f6 (patch) | |
tree | b10a0cc0a5359038a6651ea5456bcdd0b7271f63 | |
parent | Need a newer mono-version to use dognzb (diff) | |
download | mkosi-sonarr-bc83c8a8b726c7a5117ba4024ccf62228746f7f6.tar.gz |
making the journal more persistent. Will now use machine-id if it exists
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | mkosi.nspawn | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -1,2 +1,5 @@ # mkosi cache mkosi.cache/* + +# machine id +mkosi.extra/etc/machine-id diff --git a/mkosi.nspawn b/mkosi.nspawn index 09e3b3b..da77bf1 100644 --- a/mkosi.nspawn +++ b/mkosi.nspawn @@ -4,6 +4,7 @@ ResolvConf=copy-host Timezone=copy PrivateUsers=false NoNewPrivilegs=yes +LinkJournal=try-host [Files] #PrivateUsersChown=yes |