diff --git a/machines/MacBookPro12.1-configuration.nix b/machines/MacBookPro12.1-configuration.nix
index 171e23b..f24dbd5 100644
--- a/machines/MacBookPro12.1-configuration.nix
+++ b/machines/MacBookPro12.1-configuration.nix
@@ -76,7 +76,18 @@
     ../modules/local-dev.nix
     ../modules/nixos.nix
   ];
-
+services.eris-server = {
+  enable = true;
+  backends = [
+      "badger+file:///var/eris?put&get" # local one on /var/eris
+      # "coap+tcp://eris.example.com:5683?get" # an online one
+  ];
+  mountpoint = "/mnt/media/eris"; # useful to mount eris-fs folders
+  listenHttp = ":8080"; # or "[::1]:8080"
+  listenCoap = ":5683"; # or "[::1]:5683"
+  decode = true; # for http access via https://127.0.0.1:8080/uri-res/N2R?urn:eris:...
+  package = pkgs.eris-go; # default package
+};
   # This value determines the NixOS release from which the default
   # settings for stateful data, like file locations and database versions
   # on your system were taken. It's perfectly fine and recommended to leave
diff --git a/machines/MacBookPro12.1-hardware-configuration.nix b/machines/MacBookPro12.1-hardware-configuration.nix
index 057192c..1c205e1 100644
--- a/machines/MacBookPro12.1-hardware-configuration.nix
+++ b/machines/MacBookPro12.1-hardware-configuration.nix
@@ -82,8 +82,8 @@
     SUBSYSTEM=="pci", KERNEL=="0000:00:14.0", ATTR{power/wakeup}="disabled"
   '';
 
-   services.logind.extraConfig = ''
+  services.logind.extraConfig = ''
     RuntimeDirectorySize=8G
     HandleLidSwitchDocked=ignore
   '';
-}
\ No newline at end of file
+}
diff --git a/modules/desktop.nix b/modules/desktop.nix
index 1e9d641..02830d0 100644
--- a/modules/desktop.nix
+++ b/modules/desktop.nix
@@ -130,6 +130,7 @@
     #rose-pine-gtk-theme
     #rose-pine-icon-theme
     #element-desktop
+    eaglemode
     filezilla
     gimp-with-plugins
     hunspell
diff --git a/modules/local-dev.nix b/modules/local-dev.nix
index 9351cac..072c4ed 100644
--- a/modules/local-dev.nix
+++ b/modules/local-dev.nix
@@ -78,6 +78,7 @@
     dart-sass
     dbeaver-bin
     docker-compose
+    eris-go
     gcc
     go
     nixfmt-rfc-style