Fixed rebuild scripts

This commit is contained in:
William 2024-05-14 10:23:27 -03:00
parent c1b24a3b4a
commit 1d591921b4

View file

@ -40,9 +40,9 @@
fish = { fish = {
functions = { functions = {
sysrebuild = sysrebuild =
"sudo nixos-rebuild switch --flake '/home/user/Projects/personal/nix-config#' |& nom"; "sudo nixos-rebuild switch --flake '/home/user/Projects/personal/nix-config#' 2>&1 | nom";
sysrebuild-boot = sysrebuild-boot =
"sudo nixos-rebuild boot --flake '/home/user/Projects/personal/nix-config#' |& nom"; "sudo nixos-rebuild boot --flake '/home/user/Projects/personal/nix-config#' 2>&1 | nom";
sysupdate = sysupdate =
"nix flake update --commit-lock-file /home/user/Projects/personal/nix-config"; "nix flake update --commit-lock-file /home/user/Projects/personal/nix-config";
syscleanup = syscleanup =