Skip to content

Commit

Permalink
mistral: add mosh
Browse files Browse the repository at this point in the history
  • Loading branch information
moni-dz committed Dec 27, 2024
1 parent bf037cf commit 9b408e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hosts/mistral/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@

nixpkgs.overlays = lib.mkOverride 10 [ inputs.nix-minecraft.overlay ];

programs.fish.enable = true;
programs = {
fish.enable = true;
mosh.enable = true;
};

# networking.firewall.allowedTCPPorts = [ 1433 4747 5432 ];

Expand Down

0 comments on commit 9b408e2

Please sign in to comment.