diff options
author | KJ Ørbekk <kj@orbekk.com> | 2017-05-20 18:21:28 -0400 |
---|---|---|
committer | KJ Ørbekk <kj@orbekk.com> | 2017-05-20 18:21:28 -0400 |
commit | f2c421e94d95d830d430fee5b3c07654429bd603 (patch) | |
tree | 674f8dae9ccca1fef0a6c5f5ac997a7fbb230779 /machines | |
parent | 8baa869f24d5641a6f61d197f6311caeb6495266 (diff) |
shape: bash as default shell.
Diffstat (limited to 'machines')
-rw-r--r-- | machines/container-shape.nix | 2 |
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"; }; |