diff --git a/common-headless.nix b/common-headless.nix index 1c73513..9080964 100644 --- a/common-headless.nix +++ b/common-headless.nix @@ -109,7 +109,7 @@ "wireshark" ]; # shell = "${pkgs.zsh}/bin/zsh"; - shell = "fish"; + shell = "/run/current-system/sw/bin/fish"; password = if config.virtualisation != null then "" else null; };