Skip to content

Commit

Permalink
feat(sheo): added auto prune
Browse files Browse the repository at this point in the history
  • Loading branch information
xgroleau committed Mar 11, 2024
1 parent e6798d1 commit 30a4ce3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions hosts/sheogorath/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,15 @@ in {
options = [ "x-systemd.automount" "noauto" ];
};

# Container backend
virtualisation = {
oci-containers.backend = "podman";
podman = {
enable = true;
autoPrune.enable = true;
};
};

system.stateVersion = "23.11";
};
}

0 comments on commit 30a4ce3

Please sign in to comment.