summaryrefslogtreecommitdiff
path: root/machines/x220-aji.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/x220-aji.nix')
-rw-r--r--machines/x220-aji.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/machines/x220-aji.nix b/machines/x220-aji.nix
index 2e99bec..0971205 100644
--- a/machines/x220-aji.nix
+++ b/machines/x220-aji.nix
@@ -7,6 +7,10 @@
# ../config/ap.nix
];
+ networking.firewall.allowedTCPPorts = [ 3000 ];
+
+ services.openssh.enable = true;
+
nixpkgs.config.allowUnfree = true;
nixpkgs.config.packageOverrides = pkgs: {
my-steam-run = (pkgs.steam.override {