Compare commits

...

2 commits

Author SHA1 Message Date
Thilo Billerbeck c55254c72e small adjustments 2024-03-16 01:07:17 +01:00
Thilo Billerbeck 58f6483ea8 flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/dc2f3812b41f825ed466c24c4211160d75cb890c?narHash=sha256-Xpl2LzbAIUHcTkAZ08UZM0USxVaQn194I8ma9c8wnAA%3D' (2024-03-15)
  → 'github:nix-community/home-manager/c781b28add41b74423ab2e64496d4fc91192e13a?narHash=sha256-3uM8%2Bg/nb7ROgzSmJwOrKefctZpjR5uBJtUz4lpwWJI%3D' (2024-03-15)
2024-03-15 21:37:35 +01:00
3 changed files with 8 additions and 7 deletions

View file

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

View file

@ -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" ];

View file

@ -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"