Alias docker -> sudo docker
This commit is contained in:
parent
6e0f5bb249
commit
07dc95e911
1 changed files with 6 additions and 1 deletions
|
|
@ -27,7 +27,12 @@ in
|
|||
};
|
||||
|
||||
# Extra packages
|
||||
environment.systemPackages = with pkgs; [ ];
|
||||
environment = {
|
||||
shellAliases = {
|
||||
docker = "sudo docker";
|
||||
};
|
||||
systemPackages = with pkgs; [ ];
|
||||
};
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue