Add phone public SSH key to server

This commit is contained in:
thiloho
2024-02-07 11:08:33 +01:00
parent 61c4520841
commit d386ac8407
3 changed files with 10 additions and 3 deletions

View File

@@ -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
];
};
};