diff options
Diffstat (limited to 'nixos.nix')
| -rw-r--r-- | nixos.nix | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -180,8 +180,15 @@ in (optDevBind "/dev/nvidia0") ] ++ optionals app.useCommonPaths cfg.commonPaths - ++ app.extraPaths; - auto_etc = true; + ++ app.extraPaths + ++ [ + { + type = "bind"; + dst = "/etc/"; + src = "/etc/"; + special = true; + } + ]; symlink = [ { |
