Fix GPG for kevin-pc

This commit is contained in:
Kevin Kandlbinder 2023-05-14 13:34:15 +02:00
parent 960d69e746
commit 607c08aa93
Signed by: kevin
GPG key ID: 1460B586646E180D
2 changed files with 6 additions and 1 deletions

View file

@ -63,6 +63,11 @@
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.latest;
programs.gnupg.agent = {
enable = true;
# enableSSHSupport = true;
};
networking.hostName = "kevin-pc";
networking.hostId = "5dbf8235";

View file

@ -47,7 +47,7 @@
networking.networkmanager.enable = true;
networking.firewall = {
allowedTCPPorts = [ 62802 ];
allowedTCPPorts = [ 62802 9091 ];
allowedUDPPorts = [ 62802 ];
};