Committed after system build
diff --git a/scripts/update-home b/scripts/update-home
old mode 100755
new mode 100644
diff --git a/scripts/upgrade-home b/scripts/upgrade-home
old mode 100755
new mode 100644
diff --git a/system/containerd/systemPackages.nix b/system/containerd/systemPackages.nix
index 6a80afc..4f4ede4 100644
--- a/system/containerd/systemPackages.nix
+++ b/system/containerd/systemPackages.nix
@@ -1,6 +1,6 @@
 { pkgs, ... }: {
   systemPackages = with pkgs; [
-    cni
+    (lowPrio cni)
     cni-plugins
   ];
 }