Skip to content

Commit

Permalink
feat(beelink): add docker compose alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyxels committed Jan 31, 2025
1 parent dc119aa commit 081775c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos/beelink/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
flags = ["-all"];
};
};
environment.shellAliases = {
dc = "docker compose";
};

### BESZEL ###
systemd.services = {
Expand Down

0 comments on commit 081775c

Please sign in to comment.