fix: correct shell alias
This commit is contained in:
parent
b4d7447612
commit
3ced5bb138
@ -20,7 +20,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
environment.shellAliases = {
|
environment.shellAliases = {
|
||||||
"nixos-switch" = "nixos-rebuild switch --flake .#";
|
"nixos-switch" = "sudo nixos-rebuild switch --flake .#";
|
||||||
"nom-affogato" = "nom build .#nixosConfigurations.affogato.config.system.build.toplevel";
|
"nom-affogato" = "nom build .#nixosConfigurations.affogato.config.system.build.toplevel";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user