Commit 036726a8cbe6

Vincent Demeester <vincent@sbr.pm>
2018-11-12 11:37:05
machine: add podman and syncthing to carthage
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent a89ff3d
Changed files (1)
machine/carthage.nix
@@ -5,6 +5,7 @@
     ../profiles/server.nix
     ../profiles/gitconfig.nix
     ../profiles/users.nix
+    ../profiles/syncthing.nix
   ];
 
   boot.cleanTmpDir = true;
@@ -18,7 +19,9 @@
     "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGR4dqXwHwPpYgyk6yl9+9LRL3qrBZp3ZWdyKaTiXp0p vincent@shikoku"
   ];
   time.timeZone = "Europe/Paris";
-  
+
+  programs.podman.enable = true;
+
   services.wireguard = with import ../assets/machines.nix; {
     enable = true;
     ips = [ "${wireguard.ips.carthage}/24" ];
@@ -26,4 +29,4 @@
     endpointPort = wg.listenPort;
     endpointPublicKey = wireguard.kerkouane.publicKey;
   };
-}
\ No newline at end of file
+}