small changes

This commit is contained in:
2024-12-15 22:37:43 -05:00
parent adabefd821
commit ea8607eb41
5 changed files with 21 additions and 35 deletions

View File

@ -171,7 +171,6 @@
enable = true;
dockerCompat = false;
extraPackages = with pkgs; [
podman-tui
docker-credential-helpers
cosign
crane

View File

@ -1,6 +0,0 @@
{...}: {
imports = [
./apps.nix
./configuration.nix
];
}