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

@@ -19,12 +19,6 @@
networking.hostName = "ThilosPC";
users.users.thiloho.isNormalUser = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryFlavor = "gnome3";
};
home-manager.users.thiloho = { pkgs, lib, config, ... }: {
programs = {