mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Add phone public SSH key to server
This commit is contained in:
@@ -22,6 +22,11 @@
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 53317 ];
|
||||
allowedUDPPorts = [ 53317 ];
|
||||
};
|
||||
|
||||
programs = {
|
||||
steam.enable = true;
|
||||
gnupg.agent = {
|
||||
@@ -93,6 +98,7 @@
|
||||
neofetch
|
||||
godot_4
|
||||
backblaze-b2
|
||||
localsend
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user