Commit f68a0618fbc8

Vincent Demeester <vincent@sbr.pm>
2018-10-31 15:43:13
hokkaido: use podman instead of containerd
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 63816fb
Changed files (1)
machine/hokkaido.nix
@@ -8,8 +8,6 @@
     ../profiles/ssh.nix
     ../profiles/yubikey.nix
     ../profiles/dev.nix
-    ../profiles/containerd.nix
-    ../profiles/buildkitd.nix
     ../location/home.nix
     ../hardware/thinkpad-x220.nix
   ];
@@ -24,6 +22,10 @@
     nfs-utils
     sshfs
   ];
+  
+  programs.podman = {
+    enable = true;
+  };
 
   services.autofs = {
     enable = true;