aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/nixos/tests/podman.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/podman.nix')
-rw-r--r--nixpkgs/nixos/tests/podman.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixpkgs/nixos/tests/podman.nix b/nixpkgs/nixos/tests/podman.nix
index 9134a68ff38..cd8c2b4308c 100644
--- a/nixpkgs/nixos/tests/podman.nix
+++ b/nixpkgs/nixos/tests/podman.nix
@@ -12,9 +12,6 @@ import ./make-test-python.nix (
{ pkgs, ... }:
{
virtualisation.podman.enable = true;
- virtualisation.containers.users = [
- "alice"
- ];
users.users.alice = {
isNormalUser = true;