diff options
author | Anthony Wang | 2025-04-06 12:01:14 -0400 |
---|---|---|
committer | Anthony Wang | 2025-04-06 12:01:14 -0400 |
commit | c4c2ec90db8509e585a1caa815fff12c73d8f5fc (patch) | |
tree | 546703e9bf55986484fe2ff6f0d6d6ccf6ef9cba | |
parent | 90f6c76ebbf28300d15cf316029c6f47fcf2a19b (diff) |
Enable Podman again actually because I'm weak and need my Arch Linux help I need it I really need it
-rw-r--r-- | configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 13a0f1b..281e1f6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -76,6 +76,8 @@ askPassword = lib.mkForce "${pkgs.kdePackages.ksshaskpass.out}/bin/ksshaskpass"; }; + virtualisation.podman.enable = true; + environment.systemPackages = with pkgs; [ # Programming cargo |