diff options
Diffstat (limited to 'hosts/nepsis/configuration.nix')
| -rw-r--r-- | hosts/nepsis/configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/nepsis/configuration.nix b/hosts/nepsis/configuration.nix index d6ec03d..33da16c 100644 --- a/hosts/nepsis/configuration.nix +++ b/hosts/nepsis/configuration.nix @@ -71,6 +71,8 @@ hostName = "builder"; system = "x86_64-linux"; protocol = "ssh-ng"; + sshUser = "nixremote"; + sshKey = "/root/.ssh/nixremote"; maxJobs = 1; speedFactor = 2; supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; @@ -121,6 +123,8 @@ obs-studio sent zig + typst + bat ]; services.emacs = { |
