lkjdsadsaljdsa
This commit is contained in:
4
justfile
4
justfile
@@ -49,7 +49,7 @@ update:
|
||||
| xargs nix flake update
|
||||
git add flake.lock
|
||||
|
||||
pull-dconf:
|
||||
dconf-pull:
|
||||
./users/pbsds/home/profiles/desktop/gnome/dconf-pull.sh
|
||||
git diff ./users/pbsds/home/profiles/desktop/gnome/
|
||||
-gum confirm "git add --patch?" --default=no \
|
||||
@@ -57,6 +57,8 @@ pull-dconf:
|
||||
-gum confirm "git checkout --path?" --default=no \
|
||||
&& git checkout --patch ./users/pbsds/home/profiles/desktop/gnome/
|
||||
|
||||
alias pull-dconf := dconf-pull
|
||||
|
||||
# todo: support system-manager?
|
||||
# todo: support nix-darwin?
|
||||
# todo: support nixbsd?
|
||||
|
||||
@@ -52,7 +52,7 @@ noProxyJumpDomains = [ "tail9aac63.ts.net" ]
|
||||
["bolle.tail9aac63.ts.net"]
|
||||
aliases = [ "bolle.pbsds.net" ]
|
||||
buildMachine.systems = ["x86_64-linux", "i686-linux", "riscv64-linux"]
|
||||
buildMachine.maxJobs = 3 # 12 threads 32GB
|
||||
# buildMachine.maxJobs = 3 # 12 threads 32GB
|
||||
buildMachine.speedFactor = 4 # ???
|
||||
buildMachine.supportedFeatures = ["kvm", "nixos-test" ] #, "ccache" ] # no ccache because we have yet to setup distributed ccache
|
||||
buildMachine.protocol = "ssh-ng"
|
||||
@@ -202,7 +202,8 @@ buildMachine.mandatoryFeatures = [ "big-parallel" ]
|
||||
ssh.listenUser = "pederbs"
|
||||
ssh.listenPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHzLWPq7O9OiUXEDtwm/xfdBmLqEZXWlXDdRuJmb2Gou"
|
||||
# ssh.proxyJump = "login.stud.ntnu.no" # login.pvv.ntnu.no
|
||||
ssh.proxyJump = "bolle.tail9aac63.ts.net"
|
||||
# ssh.proxyJump = "bolle.tail9aac63.ts.net"
|
||||
ssh.proxyJump = "eple.tail9aac63.ts.net"
|
||||
|
||||
# ["bob.pvv.ntnu.no"]
|
||||
# buildMachine.maxJobs = 10 # 40 threads
|
||||
|
||||
@@ -7,7 +7,8 @@ foreground = #d3d7cf
|
||||
gtk-wide-tabs = false
|
||||
|
||||
# available from v1.2, i.e. nixos 25.11
|
||||
bell-features = "system,attention,title"
|
||||
# bell-features = "system,attention,title"
|
||||
bell-features = "system"
|
||||
|
||||
#font-synthetic-style = true
|
||||
#font-style = false
|
||||
|
||||
@@ -26,8 +26,10 @@ in
|
||||
# axel aria aria2 # brrr
|
||||
# silver-searcher # 'ag'
|
||||
# comby # ast-based source code rewrite
|
||||
gron fastgron # grep-able json
|
||||
xq gojq # faster jq alternatives
|
||||
gron # grep-able json
|
||||
fastgron # grep-able json
|
||||
# xq # faster jq alternatives (borken build)
|
||||
gojq # faster jq alternatives
|
||||
# yq # jq wrapper with more formats, includes yq (yaml), xq (xml) and tomlq
|
||||
(pkgs.linkFarm yq {
|
||||
# jq wrapper with more formats, includes yq (yaml), xq (xml) and tomlq
|
||||
|
||||
@@ -58,8 +58,10 @@
|
||||
"*.pvv.ntnu.no !login.pvv.ntnu.no".proxyJump = "login.pvv.ntnu.no";
|
||||
# "*.hpc.ntnu.no".proxyJump = "login.pvv.ntnu.no";
|
||||
# "*.idi.ntnu.no".proxyJump = "login.pvv.ntnu.no";
|
||||
"*.hpc.ntnu.no".proxyJump = "bolle.pbsds.net";
|
||||
"*.idi.ntnu.no".proxyJump = "bolle.pbsds.net";
|
||||
# "*.hpc.ntnu.no".proxyJump = "bolle.pbsds.net";
|
||||
# "*.idi.ntnu.no".proxyJump = "bolle.pbsds.net";
|
||||
"*.hpc.ntnu.no".proxyJump = "eple.pbsds.net";
|
||||
"*.idi.ntnu.no".proxyJump = "eple.pbsds.net";
|
||||
|
||||
# me
|
||||
# "eple.pbsds.net".proxyJump = "login.pvv.ntnu.no";
|
||||
|
||||
Reference in New Issue
Block a user