summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-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";
};