Merge branch 'development' of git.malice.zone:alisceon/nixos_config into development
This commit is contained in:
commit
f41073d530
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
let
|
let
|
||||||
globalShellAbbrs = {
|
globalShellAbbrs = {
|
||||||
tsla-fan = "ipmitool -H 10.30.0.3 -U ADMIN -P ADMIN raw 0x30 0x70 0x66 0x01 0x0";
|
tsla-fan = "ipmitool -H 10.30.0.3 -U ADMIN -P ADMIN raw 0x30 0x70 0x66 0x01 0x0";
|
||||||
|
|
||||||
# NixOS commands
|
# NixOS commands
|
||||||
nixoss = "sudo nixos-rebuild switch --flake .#${hostName}";
|
nixoss = "sudo nixos-rebuild switch --flake .#${hostName}";
|
||||||
nixost = "sudo nixos-rebuild test --flake .#${hostName}";
|
nixost = "sudo nixos-rebuild test --flake .#${hostName}";
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
devtar = "devenv tasks run";
|
devtar = "devenv tasks run";
|
||||||
devs = "devenv shell";
|
devs = "devenv shell";
|
||||||
devu = "devenv up -d";
|
devu = "devenv up -d";
|
||||||
devi = "nix flake init -t templates#";
|
devi-python = "nix flake init -t templates#python";
|
||||||
|
|
||||||
pypod = "podman run --rm -it --network host -v '.:/run' -w '/run' python /run/";
|
pypod = "podman run --rm -it --network host -v '.:/run' -w '/run' python /run/";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue