fixed dir

This commit is contained in:
Bryan Ramos 2024-05-12 12:30:57 -04:00
parent 2ffa9fb046
commit 21a64fd68d
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
6 changed files with 4 additions and 9 deletions

View file

@ -10,7 +10,7 @@
programs.home-manager.enable = true;
programs.bash.shellAliases = {
nixup = "sudo nixos-rebuild switch --flake ${config.user.nixosDir}/.#desktop";
nixup = "sudo nixos-rebuild switch --flake /etc/nixos/.#desktop";
};
home.stateVersion = "22.11";

View file

@ -10,7 +10,7 @@
programs.home-manager.enable = true;
programs.bash.shellAliases = {
nixup = "sudo nixos-rebuild switch --flake ${config.user.nixosDir}/.#server";
nixup = "sudo nixos-rebuild switch --flake /etc/nixos/.#server";
};
home.stateVersion = "23.11";

View file

@ -10,7 +10,7 @@
programs.home-manager.enable = true;
programs.bash.shellAliases = {
nixup = "sudo nixos-rebuild switch --flake ${config.user.nixosDir}/.#wsl";
nixup = "sudo nixos-rebuild switch --flake /etc/nixos/.#wsl";
};
home.stateVersion = "23.11";