Changed SSH key config, added a dotfile system

This commit is contained in:
KoenDR06 2024-09-17 11:50:10 +02:00
parent 663ef7c7dd
commit 573365f58a
4 changed files with 4 additions and 6 deletions

View file

@ -11,7 +11,7 @@
enableCompletion = true;
shellAliases = {
wd = "wd --config ~/nix-config/config/.warprc";
clone-dotfiles = "cp /home/horseman/nix-config/config/dotfiles/.\* /home/horseman/";
rebuild = "sudo nixos-rebuild switch --flake";
update = "sudo nix flake update && rebuild";
compose = "sudo docker compose";