aboutsummaryrefslogtreecommitdiffhomepage
path: root/nixos.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos.nix')
-rw-r--r--nixos.nix11
1 files changed, 9 insertions, 2 deletions
diff --git a/nixos.nix b/nixos.nix
index 64bc8be9..c2858e98 100644
--- a/nixos.nix
+++ b/nixos.nix
@@ -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 = [
{