13 current 2024-09-14 14:46:52 24.11.20240828.71e91c4 6.6.47 *

This commit is contained in:
Colin Henry 2024-09-14 14:46:54 -07:00
parent a04cb6becf
commit d4948d653b
2 changed files with 4 additions and 4 deletions

View File

@ -139,12 +139,12 @@
tree
unzip
usbutils
tailscale-systray
trayscale
tailscale
tailscale-systray
];
services.tailscale.enable = true;
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;

View File

@ -36,7 +36,7 @@ echo "NixOS Rebuilding..."
# Rebuild, output simplified errors, log trackebacks
if [ -f ./flake.nix ]; then
nixos-rebuild switch --flake /etc/nixos#default &>nixos-switch.log || (cat nixos-switch.log | grep --color error && exit 1)
nixos-rebuild switch --flake /home/jchenry/nixos#default &>nixos-switch.log || (cat nixos-switch.log | grep --color error && exit 1)
else
nixos-rebuild switch &>nixos-switch.log || (cat nixos-switch.log | grep --color error && exit 1)
fi