13 current 2024-09-14 14:46:52 24.11.20240828.71e91c4 6.6.47 *
This commit is contained in:
parent
a04cb6becf
commit
d4948d653b
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user