Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Apr 18, 2024
1 parent dfcb3bb commit 6b0f270
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
runtimeInputs,
...
}: let
networks = pkgs.networksLib.networks;
networks = pkgs.networksLib.networks;
bootstrap-config-module = {
system.stateVersion = "23.05";
services.openssh.enable = true;
Expand Down Expand Up @@ -68,10 +68,10 @@
networking.firewall.enable = true;
networking.firewall.allowedTCPPorts = [80 22 443 22290];
environment.systemPackages = [
composable-vm.packages.${system}.mantis
composable-vm.packages.${system}.mantis-blackbox
composable-vm.packages.${system}.mantis
composable-vm.packages.${system}.mantis-blackbox
pkgs.procps
];
];
systemd.services.mantis = {
enable = true;
wantedBy = ["multi-user.target"];
Expand Down Expand Up @@ -240,7 +240,7 @@
ORDER_WASM_FILE = "${
pkgs.cw-mantis-order
}/lib/cw_mantis_order.wasm";
shellHook = ''
shellHook = ''
rm --force --recursive ~/.banksy
mkdir --parents ~/.banksy/config
echo 'keyring-backend = "os"' >> ~/.banksy/config/client.toml
Expand Down

0 comments on commit 6b0f270

Please sign in to comment.