mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-21 23:48:49 +01:00
small adjustments
This commit is contained in:
parent
58f6483ea8
commit
c55254c72e
2 changed files with 5 additions and 4 deletions
|
@ -71,6 +71,7 @@ in {
|
|||
unrar
|
||||
inputs.w17.packages.x86_64-linux.default
|
||||
aichat
|
||||
nix-output-monitor
|
||||
] ++ (if config.machine.isGraphical then [
|
||||
(pkgs.nerdfonts.override {
|
||||
fonts = [ "JetBrainsMono" "FiraCode" "FiraMono" ];
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
hostName = "build1.darmstadt.ccc.de";
|
||||
protocol = "ssh";
|
||||
sshUser = "avocadoom";
|
||||
sshKey = "/var/keys/id_remotebuild";
|
||||
sshKey = "/home/thilo/.ssh/id_darmstadt-ccc-de";
|
||||
systems = [
|
||||
"i686-linux"
|
||||
"x86_64-linux"
|
||||
|
@ -28,7 +28,7 @@
|
|||
hostName = "build2.darmstadt.ccc.de";
|
||||
protocol = "ssh";
|
||||
sshUser = "avocadoom";
|
||||
sshKey = "/var/keys/id_remotebuild";
|
||||
sshKey = "/home/thilo/.ssh/id_darmstadt-ccc-de";
|
||||
systems = [
|
||||
"i686-linux"
|
||||
"x86_64-linux"
|
||||
|
@ -44,7 +44,7 @@
|
|||
hostName = "build3.darmstadt.ccc.de";
|
||||
protocol = "ssh";
|
||||
sshUser = "avocadoom";
|
||||
sshKey = "/var/keys/id_remotebuild";
|
||||
sshKey = "/home/thilo/.ssh/id_darmstadt-ccc-de";
|
||||
systems = [
|
||||
"i686-linux"
|
||||
"x86_64-linux"
|
||||
|
@ -60,7 +60,7 @@
|
|||
hostName = "build4.darmstadt.ccc.de";
|
||||
protocol = "ssh";
|
||||
sshUser = "avocadoom";
|
||||
sshKey = "/var/keys/id_remotebuild";
|
||||
sshKey = "/home/thilo/.ssh/id_darmstadt-ccc-de";
|
||||
systems = [
|
||||
"i686-linux"
|
||||
"x86_64-linux"
|
||||
|
|
Loading…
Reference in a new issue