about summary refs log tree commit diff
path: root/machines/labnet/labtop.nix
diff options
context:
space:
mode:
authorOpenlab Labtop <kontakt@openlab-augsburg.de>2015-06-16 21:53:14 +0000
committerOpenlab Labtop <kontakt@openlab-augsburg.de>2015-06-16 21:59:04 +0000
commiteea7b8536029fbff01c2f38c2a3c6153e5086074 (patch)
treed399fb82d8c996e10ebc8e81b5b1b72197d52c9f /machines/labnet/labtop.nix
parent0c5c44f94e69dee747395fb8ae3b5e4b4ead1f10 (diff)
Labtop config
Diffstat (limited to 'machines/labnet/labtop.nix')
-rw-r--r--machines/labnet/labtop.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/machines/labnet/labtop.nix b/machines/labnet/labtop.nix
index 542f0576..3a360f32 100644
--- a/machines/labnet/labtop.nix
+++ b/machines/labnet/labtop.nix
@@ -57,6 +57,7 @@ in {
     openscad
     printrun
     blender
+    netcat-openbsd
     slic3r
     tmux
     libreoffice
@@ -66,6 +67,10 @@ in {
     vlc
     vim
     wget
+    screen
+    ino
+    python3
+    gcc
   ];
 
   services.xserver = {
@@ -95,6 +100,9 @@ in {
 
   networking.networkmanager.enable = true;
   networking.enableIntel3945ABGFirmware = true;
+  networking.hostName = "labtop";
+  networking.firewall.allowedTCPPorts = [ 1337 2342 ];
+  networking.firewall.allowPing = true;
 
   nix.maxJobs = 2;
 
@@ -105,6 +113,7 @@ in {
     password = "openlab";
     extraGroups = [ "wheel" "networkmanager" "dialout"];
     openssh.authorizedKeys.keys = lib.singleton (lib.concatStrings [
+
       "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJhthfk38lzDvoI7lPqRneI0yBpZEhLD"
       "GRBpcXzpPSu+V0YlgrDix5fHhBl+EKfw4aeQNvQNuAky3pDtX+BDK1b7idbz9ZMCExy2a1"
       "kBKDVJz/onLSQxiiZMuHlAljVj9iU4uoTOxX3vB85Ok9aZtMP1rByRIWR9e81/km4HdfZT"