mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-25 21:13:54 +01:00
Some debugging
This commit is contained in:
parent
ee70d8e633
commit
692e3f5ccb
|
@ -11,6 +11,7 @@
|
||||||
pkgs.protonup-qt
|
pkgs.protonup-qt
|
||||||
pkgs.via
|
pkgs.via
|
||||||
pkgs.telegram-desktop
|
pkgs.telegram-desktop
|
||||||
|
pkgs.jetbrains.rust-rover
|
||||||
# pkgs.ida-free
|
# pkgs.ida-free
|
||||||
# pkgs.yubioath-flutter
|
# pkgs.yubioath-flutter
|
||||||
# pkgs.spotify
|
# pkgs.spotify
|
||||||
|
@ -29,6 +30,7 @@ in {
|
||||||
pkgs.ranger
|
pkgs.ranger
|
||||||
|
|
||||||
pkgs.just
|
pkgs.just
|
||||||
|
pkgs.fzf
|
||||||
|
|
||||||
pkgs.catppuccin-kde
|
pkgs.catppuccin-kde
|
||||||
|
|
||||||
|
@ -68,8 +70,6 @@ in {
|
||||||
pkgs.imhex
|
pkgs.imhex
|
||||||
pkgs.ghidra
|
pkgs.ghidra
|
||||||
|
|
||||||
pkgs.jetbrains.rust-rover
|
|
||||||
|
|
||||||
pkgs.nerdfonts
|
pkgs.nerdfonts
|
||||||
pkgs.ipafont
|
pkgs.ipafont
|
||||||
|
|
||||||
|
|
12
justfile
12
justfile
|
@ -1,8 +1,18 @@
|
||||||
beleth-host := "root@88.99.90.90"
|
beleth-host := "root@88.99.90.90"
|
||||||
beleth-user-host:= "xqtc@88.99.90.90"
|
beleth-user-host:= "xqtc@88.99.90.90"
|
||||||
|
|
||||||
|
default:
|
||||||
|
@just --choose
|
||||||
|
|
||||||
rebuild:
|
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:
|
beleth:
|
||||||
nixos-rebuild switch --flake '.#beleth' --build-host {{beleth-host}} --target-host {{beleth-host}}
|
nixos-rebuild switch --flake '.#beleth' --build-host {{beleth-host}} --target-host {{beleth-host}}
|
||||||
|
|
Loading…
Reference in a new issue