mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Modified aliases to use root and add sudo usage
This commit is contained in:
parent
a73bf51962
commit
49d84325db
@ -69,8 +69,8 @@
|
|||||||
#pip # The package manager
|
#pip # The package manager
|
||||||
];
|
];
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
drs = "darwin-rebuild switch --flake ~/Developer/nix/NixOSDots#macOS";
|
drs = "sudo darwin-rebuild switch --flake ~/Developer/nix/NixOSDots#macOS";
|
||||||
nrb = "nixos-rebuild switch --flake ~/Developer/NixOSDots#nixos";
|
nrs = "sudo nixos-rebuild switch --flake ~/Developer/NixOSDots#nixos";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user