diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-02-20 07:00:30 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-02-21 03:31:19 +0100 |
commit | 606d121ba0b5f36f9a6419c48e6986a27ac1f5b0 (patch) | |
tree | 20527011bd419f3685b060908145ace2429ddf99 /apps | |
parent | b4655bed9ca84e44295a0c52e70b0a8483ed004b (diff) |
add abuilder service
Diffstat (limited to 'apps')
-rw-r--r-- | apps/static-website/integration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/static-website/integration.nix b/apps/static-website/integration.nix new file mode 100644 index 0000000..17e8af9 --- /dev/null +++ b/apps/static-website/integration.nix @@ -0,0 +1,5 @@ +{ appConfig, lib, ... }: +{ + # TODO support symlinks in bindMount-integrations + bindMounts.${dirOf (lib.strings.normalizePath (toString appConfig.root))}.isReadOnly = false; +} |