Add nixos-upgrade alias

This commit is contained in:
Evie Litherland-Smith 2024-09-22 11:48:04 +01:00
parent fa8c2126f8
commit f9fa256904

View file

@ -17,6 +17,7 @@
du-dust
];
shellAliases = {
update = "sudo nixos-rebuild switch";
protonup = "sudo wg-quick up protonvpn && sudo wg";
protondown = "sudo wg-quick down protonvpn";
};