diff options
author | KJ Ørbekk <kj@orbekk.com> | 2017-05-21 09:20:20 -0400 |
---|---|---|
committer | KJ Ørbekk <kj@orbekk.com> | 2017-05-21 09:20:20 -0400 |
commit | 8b9df2c8fc8262c6f56a90745b06390381b33fc0 (patch) | |
tree | 5a3dd3b527dde1e5e6bbcfcbf6b6bb86c56cf7fa /machines/container-shape.nix | |
parent | 490b1c726a44e97233ecdd422d271b39dc731451 (diff) |
shape: Bind configuration
Diffstat (limited to 'machines/container-shape.nix')
-rw-r--r-- | machines/container-shape.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/container-shape.nix b/machines/container-shape.nix index 1a5d832..2a194a0 100644 --- a/machines/container-shape.nix +++ b/machines/container-shape.nix @@ -11,6 +11,7 @@ ../config/weechat.nix ../config/web-server.nix ../config/mail-server.nix + ../config/dns.nix ]; users.defaultUserShell = lib.mkForce pkgs.bash; |