|
|
@ -31,7 +31,7 @@ rebuild-switch:
|
|
|
|
$(TIME) time nixos-rebuild switch --fallback --show-trace
|
|
|
|
$(TIME) time nixos-rebuild switch --fallback --show-trace
|
|
|
|
|
|
|
|
|
|
|
|
show-blackholed:
|
|
|
|
show-blackholed:
|
|
|
|
-ip route |grep blackhole |wc -l| awk '{print "Il y a "$$1" route(s) en blackhole"}' |cowsay
|
|
|
|
-@ip route |grep blackhole |wc -l| awk '{print "Il y a "$$1" route(s) en blackhole sur";system("hostname ")}' |cowsay
|
|
|
|
|
|
|
|
|
|
|
|
show-diff-with-current:
|
|
|
|
show-diff-with-current:
|
|
|
|
-diff /run/current-system/configuration.nix /etc/nixos/configuration.nix
|
|
|
|
-diff /run/current-system/configuration.nix /etc/nixos/configuration.nix
|
|
|
|