mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-06-06 18:21:37 +02:00
Fix GPG for kevin-pc
This commit is contained in:
parent
960d69e746
commit
607c08aa93
2 changed files with 6 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
networking.networkmanager.enable = true;
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 62802 ];
|
||||
allowedTCPPorts = [ 62802 9091 ];
|
||||
allowedUDPPorts = [ 62802 ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue