Compare commits

..

No commits in common. "c55254c72ec91df1ec7cedd1087c7596b421ac97" and "5c9d893c8285beff4b2844392a485f4cffa8ba29" have entirely different histories.

3 changed files with 7 additions and 8 deletions

View file

@ -119,11 +119,11 @@
]
},
"locked": {
"lastModified": 1710527391,
"narHash": "sha256-3uM8+g/nb7ROgzSmJwOrKefctZpjR5uBJtUz4lpwWJI=",
"lastModified": 1710506163,
"narHash": "sha256-Xpl2LzbAIUHcTkAZ08UZM0USxVaQn194I8ma9c8wnAA=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "c781b28add41b74423ab2e64496d4fc91192e13a",
"rev": "dc2f3812b41f825ed466c24c4211160d75cb890c",
"type": "github"
},
"original": {

View file

@ -71,7 +71,6 @@ 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" ];

View file

@ -12,7 +12,7 @@
hostName = "build1.darmstadt.ccc.de";
protocol = "ssh";
sshUser = "avocadoom";
sshKey = "/home/thilo/.ssh/id_darmstadt-ccc-de";
sshKey = "/var/keys/id_remotebuild";
systems = [
"i686-linux"
"x86_64-linux"
@ -28,7 +28,7 @@
hostName = "build2.darmstadt.ccc.de";
protocol = "ssh";
sshUser = "avocadoom";
sshKey = "/home/thilo/.ssh/id_darmstadt-ccc-de";
sshKey = "/var/keys/id_remotebuild";
systems = [
"i686-linux"
"x86_64-linux"
@ -44,7 +44,7 @@
hostName = "build3.darmstadt.ccc.de";
protocol = "ssh";
sshUser = "avocadoom";
sshKey = "/home/thilo/.ssh/id_darmstadt-ccc-de";
sshKey = "/var/keys/id_remotebuild";
systems = [
"i686-linux"
"x86_64-linux"
@ -60,7 +60,7 @@
hostName = "build4.darmstadt.ccc.de";
protocol = "ssh";
sshUser = "avocadoom";
sshKey = "/home/thilo/.ssh/id_darmstadt-ccc-de";
sshKey = "/var/keys/id_remotebuild";
systems = [
"i686-linux"
"x86_64-linux"