This commit is contained in:
Jimbo 2024-09-03 18:47:16 -04:00
parent 96ac50d43d
commit 35f52c7b95
4 changed files with 23 additions and 4 deletions

View file

@ -43,8 +43,8 @@
shellAliases = let
auth = import ./common/auth.nix;
in {
sysdate = "${auth.method} nixos-rebuild switch --flake /etc/nixos/.#JimDeck";
homedate = "home-manager switch --flake /etc/nixos/.#jimbo@JimDeck";
sysdate = "${auth.method} nixos-rebuild switch --flake /etc/nixos/.#JimDesktop";
homedate = "home-manager switch --flake /etc/nixos/.#jimbo@JimDesktop";
nixdate = "sysdate; homedate; notify-send 'NixOS switch done.'";
};
};