Make hostStoreAsReadOnly true by default.

Co-Authored-By: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
moinessim 2019-07-23 10:09:15 -05:00 committed by GitHub
parent c5fb4177b8
commit 662042a2bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ in
};
service.hostStoreAsReadOnly = mkOption {
type = types.bool;
default = false;
default = true;
description = "Adds a ':ro' (read-only) access mode to the host nix store bind mount.";
};
service.useHostNixDaemon = mkOption {