summaryrefslogtreecommitdiff
path: root/machines/container-shape.nix
diff options
context:
space:
mode:
authorKJ Ørbekk <kj@orbekk.com>2017-05-20 18:21:28 -0400
committerKJ Ørbekk <kj@orbekk.com>2017-05-20 18:21:28 -0400
commitf2c421e94d95d830d430fee5b3c07654429bd603 (patch)
tree674f8dae9ccca1fef0a6c5f5ac997a7fbb230779 /machines/container-shape.nix
parent8baa869f24d5641a6f61d197f6311caeb6495266 (diff)
shape: bash as default shell.
Diffstat (limited to 'machines/container-shape.nix')
-rw-r--r--machines/container-shape.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/container-shape.nix b/machines/container-shape.nix
index 57a5c01..70c5cd0 100644
--- a/machines/container-shape.nix
+++ b/machines/container-shape.nix
@@ -12,6 +12,8 @@
../config/web-server.nix
];
+ users.defaultUserShell = lib.mkForce pkgs.bash;
+
networking = {
hostName = lib.mkForce "shape";
};