preparing nuc for reinstall

This commit is contained in:
Rouven Seifert 2023-02-17 21:35:12 +01:00
parent d765596a54
commit 607b2d7a35
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
5 changed files with 33 additions and 33 deletions

View file

@ -1,6 +1,9 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
# temp here for testing
thunderbird
# essentials
wpa_supplicant_gui
pcmanfm
@ -11,6 +14,7 @@
evince
gimp
mpv
yt-dlp
ffmpeg
# sound

View file

@ -34,7 +34,7 @@
identityFile = "~/.ssh/git";
};
"git@ifsr.de" = {
match = "Host raspi User git";
match = "Host ifsr.de User git";
identityFile = "~/.ssh/git";
};
};