re-enable subsurface as build is fixed
This commit is contained in:
parent
41a97936d1
commit
be95925e38
2 changed files with 18 additions and 7 deletions
|
@ -257,6 +257,23 @@ in
|
|||
# override tmpdir for daemon
|
||||
#systemd.services.nix-daemon.environment.TMPDIR = "/var/tmp";
|
||||
|
||||
# remote builders
|
||||
#nix.buildMachines = [
|
||||
# {
|
||||
# hostName = "build01.nix-community.org";
|
||||
# sshUser = "ssh-ng://schmittlauch";
|
||||
# sshKey = "/root/.ssh/remote_builder_key";
|
||||
# system = "x86_64-linux";
|
||||
# maxJobs = 64;
|
||||
# supportedFeatures = [
|
||||
# "big-parallel"
|
||||
# "kvm"
|
||||
# "nixos-test"
|
||||
# ];
|
||||
# }
|
||||
#];
|
||||
programs.ssh.knownHosts."build01.nix-community.org".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIElIQ54qAy7Dh63rBudYKdbzJHrrbrrMXLYl7Pkmk88H";
|
||||
|
||||
# package debugging
|
||||
# programs.sysdig.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue