Commit 809b464dbe8b

Vincent Demeester <vincent@sbr.pm>
2022-04-20 12:33:17
systems/shikoku: enable smartd and wireguard
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 67aa814
Changed files (1)
systems
systems/hosts/shikoku.nix
@@ -82,17 +82,17 @@ in
   services = {
     netdata.enable = true;
     syncthing.guiAddress = "${ip}:8384";
-    # smartd = {
-    #   enable = true;
-    #   devices = [{ device = "/dev/nvme0n1"; }];
-    # };
-    # wireguard = {
-    #   enable = true;
-    #   ips = ips;
-    #   endpoint = endpointIP;
-    #   endpointPort = endpointPort;
-    #   endpointPublicKey = endpointPublicKey;
-    # };
+    smartd = {
+      enable = true;
+      devices = [{ device = "/dev/nvme0n1"; }];
+    };
+    wireguard = {
+      enable = true;
+      ips = ips;
+      endpoint = endpointIP;
+      endpointPort = endpointPort;
+      endpointPublicKey = endpointPublicKey;
+    };
   };
 
   # Move this to a "builder" role