Update server configuration

This commit is contained in:
thiloho
2023-08-04 20:44:41 +02:00
parent d7c19fa670
commit f786202e0d
5 changed files with 37 additions and 35 deletions

View File

@@ -24,6 +24,12 @@
extraGroups = [ "wheel" "networkmanager" "docker" ];
};
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryFlavor = "gnome3";
};
home-manager.users.thiloho = { ... }: {
programs = {
git = {