ssh for laptop test

This commit is contained in:
2026-04-22 21:59:17 -05:00
parent c6b84a7c49
commit 5731f191f7
2 changed files with 21 additions and 11 deletions

View File

@@ -15,6 +15,7 @@
steam
avahi
netbird
openssh
];
config = {
@@ -87,6 +88,8 @@
dhcpcd.enable = false;
};
services.openssh.openFirewall = false;
fonts.packages = with pkgs; [ nerd-fonts.fira-code ];