mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-22 07:58: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
|
unrar
|
||||||
inputs.w17.packages.x86_64-linux.default
|
inputs.w17.packages.x86_64-linux.default
|
||||||
aichat
|
aichat
|
||||||
|
nix-output-monitor
|
||||||
] ++ (if config.machine.isGraphical then [
|
] ++ (if config.machine.isGraphical then [
|
||||||
(pkgs.nerdfonts.override {
|
(pkgs.nerdfonts.override {
|
||||||
fonts = [ "JetBrainsMono" "FiraCode" "FiraMono" ];
|
fonts = [ "JetBrainsMono" "FiraCode" "FiraMono" ];
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
hostName = "build1.darmstadt.ccc.de";
|
hostName = "build1.darmstadt.ccc.de";
|
||||||
protocol = "ssh";
|
protocol = "ssh";
|
||||||
sshUser = "avocadoom";
|
sshUser = "avocadoom";
|
||||||
sshKey = "/var/keys/id_remotebuild";
|
sshKey = "/home/thilo/.ssh/id_darmstadt-ccc-de";
|
||||||
systems = [
|
systems = [
|
||||||
"i686-linux"
|
"i686-linux"
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
hostName = "build2.darmstadt.ccc.de";
|
hostName = "build2.darmstadt.ccc.de";
|
||||||
protocol = "ssh";
|
protocol = "ssh";
|
||||||
sshUser = "avocadoom";
|
sshUser = "avocadoom";
|
||||||
sshKey = "/var/keys/id_remotebuild";
|
sshKey = "/home/thilo/.ssh/id_darmstadt-ccc-de";
|
||||||
systems = [
|
systems = [
|
||||||
"i686-linux"
|
"i686-linux"
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
hostName = "build3.darmstadt.ccc.de";
|
hostName = "build3.darmstadt.ccc.de";
|
||||||
protocol = "ssh";
|
protocol = "ssh";
|
||||||
sshUser = "avocadoom";
|
sshUser = "avocadoom";
|
||||||
sshKey = "/var/keys/id_remotebuild";
|
sshKey = "/home/thilo/.ssh/id_darmstadt-ccc-de";
|
||||||
systems = [
|
systems = [
|
||||||
"i686-linux"
|
"i686-linux"
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
hostName = "build4.darmstadt.ccc.de";
|
hostName = "build4.darmstadt.ccc.de";
|
||||||
protocol = "ssh";
|
protocol = "ssh";
|
||||||
sshUser = "avocadoom";
|
sshUser = "avocadoom";
|
||||||
sshKey = "/var/keys/id_remotebuild";
|
sshKey = "/home/thilo/.ssh/id_darmstadt-ccc-de";
|
||||||
systems = [
|
systems = [
|
||||||
"i686-linux"
|
"i686-linux"
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
|
|
Loading…
Reference in a new issue