From ee32aaf5bed681caf735e07ac3ae9ef50d52b722 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 7 Apr 2021 13:50:47 -0400 Subject: [PATCH] Add IPFS to p71 --- p71/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/p71/configuration.nix b/p71/configuration.nix index a77dd34..2aebb24 100644 --- a/p71/configuration.nix +++ b/p71/configuration.nix @@ -63,6 +63,8 @@ # Enable the GNOME 3 Desktop Environment. services.xserver.displayManager.gdm.enable = true; services.xserver.desktopManager.gnome3.enable = true; + services.openssh.enable = true; + services.ipfs.enable = true; # Define a user account. Don't forget to set a password with ‘passwd’. users.users.srid = { @@ -79,7 +81,6 @@ obsidian ]; - services.openssh.enable = true; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ];