Commit 2605ef3cf3a6

Vincent Demeester <vincent@sbr.pm>
2018-12-09 17:44:44
carthage: disable podman for now
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 2dab9b5
Changed files (1)
machine/carthage.nix
@@ -14,9 +14,6 @@ with import ../assets/machines.nix; {
     ssh.enable = true;
     syncthing.enable = true;
   };
-  programs = {
-    podman.enable = true;
-  };
   networking.firewall.allowPing = true;
   services = {
     openssh.ports = [ ssh.carthage.port ];