lkjdsalkjdsal

This commit is contained in:
2025-12-09 11:34:48 +01:00
parent d7a98551f2
commit 2cbd7a452f
4 changed files with 5 additions and 3 deletions

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"