Compare commits

...

2 Commits

Author SHA1 Message Date
2cbd7a452f lkjdsalkjdsal 2025-12-09 11:34:48 +01:00
d7a98551f2 garp 2511 2025-12-09 11:34:15 +01:00
5 changed files with 6 additions and 4 deletions

View File

@@ -93,7 +93,7 @@ let
bjarte = mk "pbsds.net" "x86_64-linux" input-views.inputs-edge "25.05" [ ts1 ];
bolle = mk "pbsds.net" "x86_64-linux" input-views.inputs-edge "25.05" [ ts2 au tse ];
eple = mk "pbsds.net" "x86_64-linux" input-views.inputs-2505 "25.05" [ ts1 au tse dns64 ];
garp = mk "pbsds.net" "x86_64-linux" input-views.inputs-2505 "25.05" [ ts1 au ];
garp = mk "pbsds.net" "x86_64-linux" input-views.inputs-2511 "25.05" [ ts1 au ];
# hasselknippe= mk "pbsds.net" "aarch64-linux" input-views.inputs-2505 "24.05" [ ts1 ];
# alsaug gomperud smattkuken skrytebiffen skalkesnerken kelfrid balleby bingus skjrlaltatjlstad

View File

@@ -43,7 +43,7 @@
../../../profiles/nix-ld.nix
../../../profiles/sshd
#../../../profiles/oci/podman.nix
#../../../profiles/oci/docker.nix
../../../profiles/oci/docker.nix
#../../../profiles/vpn-pbsds/tailscale.nix

View File

@@ -1,3 +1,4 @@
# todo
# some "restrict,pty,command=..." ssh authorized_keys bullshit to verify restic, or maybe even just host the REST server?
# see ./hosts/nixos/garp/sftp.nix

View File

@@ -106,6 +106,7 @@ https://wiki.nixos.org/wiki/GNOME
pkgs.evince # Document Viewer
pkgs.epiphany # web browser
pkgs.geary # email reader
pkgs.showtime # video player
pkgs.totem # video player
pkgs.tali # poker game
pkgs.iagno # go game

View File

@@ -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"
@@ -64,7 +64,7 @@ ssh.proxyJump = "login.stud.ntnu.no" # login.pvv.ntnu.no
["eple.tail9aac63.ts.net"] # r9 290x
aliases = [ "eple.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 = 3 # i7-5820K
buildMachine.supportedFeatures = ["kvm", "nixos-test", "ccache" ]
buildMachine.protocol = "ssh-ng"