summaryrefslogtreecommitdiff
path: root/machines/x220-aji.nix
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2020-01-19 07:35:44 -0500
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2020-01-19 07:35:44 -0500
commit0ccb8d1c660c47af854164d35595c84b84ec5b16 (patch)
tree8658e84664a8e36b1f04a221ff41208fbb471d89 /machines/x220-aji.nix
parentd4729149665833906a11a105adb1be68d5ff4374 (diff)
fix OK message on shell login
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 {