mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-12-22 20:13:04 +01:00
Compare commits
2 commits
5c9d893c82
...
c55254c72e
Author | SHA1 | Date | |
---|---|---|---|
c55254c72e | |||
58f6483ea8 |
3 changed files with 8 additions and 7 deletions
|
@ -119,11 +119,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1710506163,
|
"lastModified": 1710527391,
|
||||||
"narHash": "sha256-Xpl2LzbAIUHcTkAZ08UZM0USxVaQn194I8ma9c8wnAA=",
|
"narHash": "sha256-3uM8+g/nb7ROgzSmJwOrKefctZpjR5uBJtUz4lpwWJI=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "dc2f3812b41f825ed466c24c4211160d75cb890c",
|
"rev": "c781b28add41b74423ab2e64496d4fc91192e13a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -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