mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 15:30:33 +01:00
Some debugging
This commit is contained in:
parent
ee70d8e633
commit
692e3f5ccb
|
@ -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
|
||||
|
||||
|
|
12
justfile
12
justfile
|
@ -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}}
|
||||
|
|
Loading…
Reference in a new issue