fix: typo

This commit is contained in:
Jacob Bachmann 2024-09-12 17:12:18 +02:00
parent be36fb4183
commit cba557bc6f
Signed by: bchmnn
GPG key ID: 732A612DAD28067D

View file

@ -19,7 +19,7 @@
ncc = "sudo nixos-rebuild switch --upgrade-all --flake \"$(readlink -f /etc/nixos)\""; ncc = "sudo nixos-rebuild switch --upgrade-all --flake \"$(readlink -f /etc/nixos)\"";
nup = "sudo nix-channel --update"; nup = "sudo nix-channel --update";
ngc = "sudo nix-collect-garbage -d"; ngc = "sudo nix-collect-garbage -d";
nda = "nixos-rebuild --flake path:$(readlinke -f /etc/nixos).#APPA --build-host root@dryb.org --target-host root@dryb.org switch"; nda = "nixos-rebuild --flake path:$(readlink -f /etc/nixos).#APPA --build-host root@dryb.org --target-host root@dryb.org switch";
dcup = "docker-compose up --detach --remove-orphans"; dcup = "docker-compose up --detach --remove-orphans";
dka = "docker kill $(docker ps -q)"; dka = "docker kill $(docker ps -q)";