Some debugging

This commit is contained in:
xqtc161 2024-07-01 20:36:17 +02:00
parent ee70d8e633
commit 692e3f5ccb
2 changed files with 13 additions and 3 deletions

View file

@ -11,6 +11,7 @@
pkgs.protonup-qt
pkgs.via
pkgs.telegram-desktop
pkgs.jetbrains.rust-rover
# pkgs.ida-free
# pkgs.yubioath-flutter
# pkgs.spotify
@ -29,6 +30,7 @@ in {
pkgs.ranger
pkgs.just
pkgs.fzf
pkgs.catppuccin-kde
@ -68,8 +70,6 @@ in {
pkgs.imhex
pkgs.ghidra
pkgs.jetbrains.rust-rover
pkgs.nerdfonts
pkgs.ipafont

View file

@ -1,8 +1,18 @@
beleth-host := "root@88.99.90.90"
beleth-user-host:= "xqtc@88.99.90.90"
default:
@just --choose
rebuild:
nh os switch . -- -vv
#!/usr/bin/env bash
HOSTNAME=$(hostname)
if [ $HOSTNAME == "alastor" ]; then
nh os switch . -- -vv --impure -j 4;
exit
fi
nh os switch . -- -vv --impure -j 4;
beleth:
nixos-rebuild switch --flake '.#beleth' --build-host {{beleth-host}} --target-host {{beleth-host}}