Merge branch 'development' of git.malice.zone:alisceon/nixos_config into development

This commit is contained in:
alisceon 2025-08-15 12:44:18 +02:00
commit 80eba06ab6

View file

@ -5,8 +5,6 @@
# NixOS commands
nixoss = "sudo nixos-rebuild switch --flake .#${hostName}";
nixos-main = "git checkout main ; git pull ; sudo nixos-rebuild switch --flake .#${hostName}";
nixossr = "sudo nixos-rebuild boot --flake .#${hostName} ; reboot";
nixost = "sudo nixos-rebuild dry-build --flake .#${hostName}";
# Development commands
@ -21,7 +19,7 @@
pypod = "podman run --rm -it --network host -v '.:/run' -w '/run' python /run/";
# Tower commands
weboot = "nix shell nixpkgs#efibootmgr -c sudo efibootmgr -n 0000 ; reboot";
weboot = "nix shell nixpkgs#efibootmgr -c sudo efibootmgr -n 0000";
}; # end globalShellAbbrs
in
{